mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Test on Node.js 18 & 19, stop testing on Node 12
Closes gh-5160
This commit is contained in:
parent
3299236c89
commit
f62d8e2159
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user