]> source.dussan.org Git - jquery.git/commitdiff
Build: Run tests on Node 22 & 23
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 21 Oct 2024 17:04:55 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2024 17:04:55 +0000 (19:04 +0200)
Closes gh-5560

.github/workflows/node.js.yml

index 50c21fff3afd9cd949f92b4fb05eb9ead08166d8..2b6cf0a0f9f721e469b7c509f29e1aad815fbecb 100644 (file)
@@ -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"