Skip to content

Bump @inquirer/input from 2.2.5 to 2.2.9 #176

Bump @inquirer/input from 2.2.5 to 2.2.9

Bump @inquirer/input from 2.2.5 to 2.2.9 #176

Workflow file for this run

name: Validate code
on:
pull_request:
branches:
- '*'
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run validate-code