Skip to content

Commit

Permalink
ci(signatures): moved the audit step to the non-matrix stage
Browse files Browse the repository at this point in the history
since older versions of npm dont support `npm audit signatures` and instead simply audit for vulnerabilities
  • Loading branch information
travi committed Apr 28, 2023
1 parent ef998ac commit e046ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -36,7 +36,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm clean-install
- run: npm audit signatures
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines
- run: npm run test:ci
Expand All @@ -53,4 +52,5 @@ jobs:
node-version: lts/*
cache: npm
- run: npm clean-install
- run: npm audit signatures
- run: npm run lint

0 comments on commit e046ece

Please sign in to comment.