Skip to content

Commit 6616acf

Browse files
authored
Build: Test on Node.js 20, stop testing on Node.js 14 & 19
Closes gh-5250
1 parent 89ef81f commit 6616acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
# Node.js 10 is required by jQuery infra
1515
# Do not remove 16.x until jsdom tests are re-enabled on newer Node.js versions.
16-
NODE_VERSION: [10.x, 14.x, 16.x, 18.x, 19.x]
16+
NODE_VERSION: [10.x, 16.x, 18.x, 20.x]
1717
NPM_SCRIPT: ["test:browserless"]
1818
include:
1919
- NAME: "Browser tests: full build, Chrome, Firefox & WebKit"

0 commit comments

Comments
 (0)