Skip to content

Commit

Permalink
Build: Test on Node.js 20, stop testing on Node.js 14 & 19
Browse files Browse the repository at this point in the history
Closes gh-5250
  • Loading branch information
mgol committed May 22, 2023
1 parent 89ef81f commit 6616acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
# Node.js 10 is required by jQuery infra
# Do not remove 16.x until jsdom tests are re-enabled on newer Node.js versions.
NODE_VERSION: [10.x, 14.x, 16.x, 18.x, 19.x]
NODE_VERSION: [10.x, 16.x, 18.x, 20.x]
NPM_SCRIPT: ["test:browserless"]
include:
- NAME: "Browser tests: full build, Chrome, Firefox & WebKit"
Expand Down

0 comments on commit 6616acf

Please sign in to comment.