Skip to content

Commit b2b0d2a

Browse files
authored
Verifying provenance attestations (#26)
1 parent 4df25d0 commit b2b0d2a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Install dependencies
4747
run: npm install
4848

49+
- name: Verifying provenance attestations
50+
run: npm audit signatures
51+
4952
- name: Bump version and create tag
5053
id: bump-version
5154
run: |

.github/workflows/test-compatibility.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@ jobs:
4040
with:
4141
node-version: '22'
4242

43+
- name: Update npm
44+
run: npm install -g npm@latest
45+
4346
- name: Install dependencies
4447
run: npm install
4548

49+
- name: Verifying provenance attestations
50+
run: npm audit signatures
51+
4652
- name: Install version wrapper package from the branch
4753
run: npm install website-scraper/puppeteer-version-wrapper#${{ github.head_ref }} --save
4854

0 commit comments

Comments
 (0)