]> source.dussan.org Git - jquery.git/commitdiff
Build: Test on Node.js 18 & 19, stop testing on Node 12
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Thu, 17 Nov 2022 12:22:38 +0000 (13:22 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2022 12:22:38 +0000 (13:22 +0100)
Closes gh-5161

.github/workflows/node.js.yml

index 8a1591a165d58419a9a013f0c2dd1ea5748f6e33..3619db3e6543d85de9e3d9ee716381b6ad3a73a2 100644 (file)
@@ -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"