Skip to content

fix(deps): update dependency commander to v11 #433

fix(deps): update dependency commander to v11

fix(deps): update dependency commander to v11 #433

Workflow file for this run

name: Tests
on:
push:
branches:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install -g pnpm
pnpm install
pnpm -r --filter='./packages/*' build
cd ./playground/integration-tests
pnpm run dev &
sleep 10
pnpm run test