Skip to content

Commit f62d8e2

Browse files
authored
Build: Test on Node.js 18 & 19, stop testing on Node 12
Closes gh-5160
1 parent 3299236 commit f62d8e2

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
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
# Node.js 10 is required by jQuery infra
1212
# Do not remove 16.x until jsdom tests are re-enabled on newer Node.js versions.
13-
NODE_VERSION: [10.x, 12.x, 14.x, 16.x, 17.x]
13+
NODE_VERSION: [10.x, 14.x, 16.x, 18.x, 19.x]
1414
NPM_SCRIPT: ["test:browserless"]
1515
include:
1616
- NAME: "Browser tests: full build, Chrome & Firefox stable"

0 commit comments

Comments
 (0)