mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Run tests on Node 22 & 23
Closes gh-5560
This commit is contained in:
parent
d92810614b
commit
1971625487
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
NAME: ["Node"]
|
||||
NODE_VERSION: [18.x, 20.x]
|
||||
NODE_VERSION: [18.x, 20.x, 22.x, 23.x]
|
||||
NPM_SCRIPT: ["test:browserless"]
|
||||
include:
|
||||
- NAME: "Node"
|
||||
|
Loading…
Reference in New Issue
Block a user