From b473729d0e6086b00ad72aa1e9f8f1d8ff159669 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 22 May 2023 16:21:35 +0200 Subject: [PATCH] Build: Test on Node.js 20, stop testing on Node.js 14 & 19 Closes gh-5250 (cherry picked from commit 6616acff0a6c144c3eac3afae8578085bd325834) --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bd296f1b6..38a81d2af 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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" -- 2.39.5