We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a6ad6c + 0431578 commit 425599fCopy full SHA for 425599f
3 files changed
.github/workflows/node.js.yml
@@ -12,7 +12,8 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [14.x, 16.x, 18.x]
+ # Node.js 18+ required for Puppeteer v22
16
+ node-version: [18.x, 20.x, 22.x]
17
18
steps:
19
- uses: actions/checkout@v3
0 commit comments