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