Skip to content

fix(deps): update dependency @inquirer/input to v2 #5590

fix(deps): update dependency @inquirer/input to v2

fix(deps): update dependency @inquirer/input to v2 #5590

Workflow file for this run

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