Skip to content

Commit

Permalink
Test on newer node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdondorf committed Mar 17, 2024
1 parent a119309 commit f1325fb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
strategy:
matrix:
node:
- 16
# - 14
# - 12
# - 10
- 20
- 18 # Support for <= 16 was dropped in puppeteer version 22.0.0
puppeteer_version:
- 13.1.0 # 2022-01-17 - Chromium 98.0.4758.0
- 22.5.0 # 2024-03-15 - Breaking context change
# - 13.1.0 # 2022-01-17 - Chromium 98.0.4758.0
# - 10.0.0 # 2021-05-31 - Chromium 92.0.4512.0
# - 9.1.1 # (2021-02-04) - Types: PuppeteerNodeLaunchOptions introduced
# - 7.0.1 # (2021-02-04) - First version to ship TypeScript as part of package
Expand Down

0 comments on commit f1325fb

Please sign in to comment.