We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3299236 commit f62d8e2Copy full SHA for f62d8e2
.github/workflows/node.js.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
# Node.js 10 is required by jQuery infra
12
# 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]
+ NODE_VERSION: [10.x, 14.x, 16.x, 18.x, 19.x]
14
NPM_SCRIPT: ["test:browserless"]
15
include:
16
- NAME: "Browser tests: full build, Chrome & Firefox stable"
0 commit comments