Skip to content

[Snyk] Upgrade commander from 12.0.0 to 12.1.0 #193

[Snyk] Upgrade commander from 12.0.0 to 12.1.0

[Snyk] Upgrade commander from 12.0.0 to 12.1.0 #193

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16', '18', '20']
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version}}
- run: npm install
- run: npm run lint
- run: npm run test-ci