Skip to content

Commit

Permalink
ci(audit-signatures): only run the signature/provenance audit check a…
Browse files Browse the repository at this point in the history
…gainst npm version that supports it
  • Loading branch information
travi committed Jul 3, 2023
1 parent 8094a30 commit 272c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm clean-install
- run: npm audit signatures
- run: npm run test:ci

# separate job to set as required in branch protection,
Expand All @@ -45,6 +44,7 @@ jobs:
node-version: lts/*
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 lint
Expand Down

0 comments on commit 272c67e

Please sign in to comment.