aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-10-21 19:04:55 +0200
committerGitHub <noreply@github.com>2024-10-21 19:04:55 +0200
commit19716254877870ecd649272cadd00a0d0ff8be01 (patch)
tree278b4a726b4f74958f4c88f333f91504c6a5d643 /.github
parentd92810614b53270a8f014db14022887ee3383fd5 (diff)
downloadjquery-19716254877870ecd649272cadd00a0d0ff8be01.tar.gz
jquery-19716254877870ecd649272cadd00a0d0ff8be01.zip
Build: Run tests on Node 22 & 23
Closes gh-5560
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 50c21fff3..2b6cf0a0f 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -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"