Skip to content

Update dependency inquirer to v12 #2045

Update dependency inquirer to v12

Update dependency inquirer to v12 #2045

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node: ['20.11.1']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn test