Skip to content

Commit 425599f

Browse files
authored
Merge pull request #290 from rbren/upgrade-puppeteer
Upgrade Puppeteer from v5.5.0 to v22.0.0 for ARM64 support
2 parents 4a6ad6c + 0431578 commit 425599f

File tree

3 files changed

+2203
-6652
lines changed

3 files changed

+2203
-6652
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.x, 16.x, 18.x]
15+
# Node.js 18+ required for Puppeteer v22
16+
node-version: [18.x, 20.x, 22.x]
1617

1718
steps:
1819
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)