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 4443ca1 commit e37d801Copy full SHA for e37d801
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
token: ${{ secrets.GH_PUSH_TOKEN }}
20
21
- name: Set up Node.js
22
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
23
with:
24
node-version: '22'
25
registry-url: 'https://registry.npmjs.org'
.github/workflows/test-compatibility.yaml
@@ -36,7 +36,7 @@ jobs:
36
ref: ${{ steps.get_latest_release.outputs.result || matrix.website-scraper-puppeteer-version }}
37
38
39
40
41
42
0 commit comments