]> source.dussan.org Git - jquery.git/commitdiff
Build: Test on Node.js 20, stop testing on Node.js 14 & 19
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 22 May 2023 14:21:35 +0000 (16:21 +0200)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 14:21:35 +0000 (16:21 +0200)
Closes gh-5250

.github/workflows/node.js.yml

index 4096efffe4cb7f0ace1dc0f4aaea88554fc2ca39..cd47a7349c80da161d7dab05d533e38ff26eba91 100644 (file)
@@ -13,7 +13,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, 14.x, 16.x, 18.x, 19.x]
+        NODE_VERSION: [10.x, 16.x, 18.x, 20.x]
         NPM_SCRIPT: ["test:browserless"]
         include:
           - NAME: "Browser tests: full build, Chrome, Firefox & WebKit"