ci(dependencies): audited signatures and provenance attestations of installed packages
This commit is contained in:
parent
278d8e6bec
commit
ef998acd4d
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -23,7 +23,8 @@ jobs:
|
||||
with:
|
||||
cache: npm
|
||||
node-version: lts/*
|
||||
- run: npm ci
|
||||
- run: npm clean-install
|
||||
- run: npm audit signatures
|
||||
- run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -36,6 +36,7 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user