Skip to content

fix: upgrade commander from 11.0.0 to 11.1.0 #1361

fix: upgrade commander from 11.0.0 to 11.1.0

fix: upgrade commander from 11.0.0 to 11.1.0 #1361

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16', '18' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test