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:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
- run: npm ci
|
- run: npm clean-install
|
||||||
|
- run: npm audit signatures
|
||||||
- run: npx semantic-release
|
- run: npx semantic-release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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 }}
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user