Skip to content

[Snyk] Security upgrade archiver from 5.3.1 to 7.0.0 #90

[Snyk] Security upgrade archiver from 5.3.1 to 7.0.0

[Snyk] Security upgrade archiver from 5.3.1 to 7.0.0 #90

Workflow file for this run

name: test
on: [pull_request]
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- run: npm ci --ignore-scripts
- run: npm test