Skip to content

Commit 0607103

Browse files
committed
update node
1 parent 4c91231 commit 0607103

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [20.x]
10+
node-version: [22.x]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run ci
3636

3737
- name: Run headful puppeteer tests
38-
uses: elliottback/puppeteer-headful@20.12.0.0
38+
uses: elliottback/puppeteer-headful@22.18.0
3939
with:
4040
args: npm test
4141

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [ 20.x ]
12+
node-version: [ 22.x ]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
run: npm run ci
4040

4141
- name: Run headful puppeteer tests
42-
uses: elliottback/puppeteer-headful@20.12.0.0
42+
uses: elliottback/puppeteer-headful@22.18.0
4343
with:
4444
args: npm test
4545

0 commit comments

Comments
 (0)