Skip to content

chore(deps): bump @inquirer/prompts from 8.5.2 to 8.6.0 #470

chore(deps): bump @inquirer/prompts from 8.5.2 to 8.6.0

chore(deps): bump @inquirer/prompts from 8.5.2 to 8.6.0 #470

Workflow file for this run

name: Test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run jest tests
env:
FORCE_COLOR: 1
run: npm test -- --color