Skip to content

Bump jest from 28.1.3 to 29.7.0 in /admin-support-cli #250

Bump jest from 28.1.3 to 29.7.0 in /admin-support-cli

Bump jest from 28.1.3 to 29.7.0 in /admin-support-cli #250

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