Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Verifying provenance attestations
run: npm audit signatures

- name: Bump version and create tag
id: bump-version
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,15 @@ jobs:
with:
node-version: '22'

- name: Update npm
run: npm install -g npm@latest

- name: Install dependencies
run: npm install

- name: Verifying provenance attestations
run: npm audit signatures

- name: Install version wrapper package from the branch
run: npm install website-scraper/puppeteer-version-wrapper#${{ github.head_ref }} --save

Expand Down