Skip to content

chore(deps-dev): bump @inquirer/prompts from 7.1.0 to 7.2.2 #774

chore(deps-dev): bump @inquirer/prompts from 7.1.0 to 7.2.2

chore(deps-dev): bump @inquirer/prompts from 7.1.0 to 7.2.2 #774

Workflow file for this run

name: "build"
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Initialize node & npm
uses: ./.github/actions/npm
- name: Execute prettier
run: npm run prettier
- name: Execute eslint
run: npm run eslint
- name: Build
run: npm run build