ci(signatures): moved the audit step to the non-matrix stage
since older versions of npm dont support `npm audit signatures` and instead simply audit for vulnerabilities
This commit is contained in:
parent
ef998acd4d
commit
e046ece3cb
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -36,7 +36,6 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: npm
|
cache: npm
|
||||||
- run: npm clean-install
|
- run: npm clean-install
|
||||||
- run: npm audit signatures
|
|
||||||
- name: Ensure dependencies are compatible with the version of node
|
- name: Ensure dependencies are compatible with the version of node
|
||||||
run: npx ls-engines
|
run: npx ls-engines
|
||||||
- run: npm run test:ci
|
- run: npm run test:ci
|
||||||
@ -53,4 +52,5 @@ jobs:
|
|||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
cache: npm
|
cache: npm
|
||||||
- run: npm clean-install
|
- run: npm clean-install
|
||||||
|
- run: npm audit signatures
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user