Skip to content

Commit

Permalink
Build: Test on Node.js 18 & 19, stop testing on Node 12
Browse files Browse the repository at this point in the history
Closes gh-5160
  • Loading branch information
mgol committed Nov 17, 2022
1 parent 3299236 commit f62d8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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, 12.x, 14.x, 16.x, 17.x]
NODE_VERSION: [10.x, 14.x, 16.x, 18.x, 19.x]
NPM_SCRIPT: ["test:browserless"]
include:
- NAME: "Browser tests: full build, Chrome & Firefox stable"
Expand Down

0 comments on commit f62d8e2

Please sign in to comment.