Commit 0431578
committed
Update CI to use Node.js 18+ (required by Puppeteer v22)
- Update GitHub Actions workflow to test on Node.js 18.x, 20.x, 22.x
- Add engines field to package.json specifying Node.js >=18 requirement
- Puppeteer v22 requires Node.js 18+, so older versions are no longer supported
- Fixes CI failures caused by lockfileVersion 3 incompatibility with npm 6.x1 parent 23eaf85 commit 0431578
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments