diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1aff8ba..9439d50 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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