We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df25d0 commit b2b0d2aCopy full SHA for b2b0d2a
.github/workflows/publish.yml
@@ -46,6 +46,9 @@ jobs:
46
- name: Install dependencies
47
run: npm install
48
49
+ - name: Verifying provenance attestations
50
+ run: npm audit signatures
51
+
52
- name: Bump version and create tag
53
id: bump-version
54
run: |
.github/workflows/test-compatibility.yaml
@@ -40,9 +40,15 @@ jobs:
40
with:
41
node-version: '22'
42
43
+ - name: Update npm
44
+ run: npm install -g npm@latest
45
- name: Install version wrapper package from the branch
run: npm install website-scraper/puppeteer-version-wrapper#${{ github.head_ref }} --save
0 commit comments