Skip to content

Bump commander from 9.4.0 to 13.0.0 in /admin-support-cli #249

Bump commander from 9.4.0 to 13.0.0 in /admin-support-cli

Bump commander from 9.4.0 to 13.0.0 in /admin-support-cli #249

Workflow file for this run

name: Node.js test
on:
pull_request:
branches: [main]
defaults:
run:
working-directory: admin-support-cli
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: admin-support-cli/package-lock.json
- run: npm install --ignore-scripts --pure-lockfile
- run: npm run build --if-present
- run: npm run test --if-present