From: Michał Gołębiowski-Owczarek Date: Mon, 21 Oct 2024 17:04:55 +0000 (+0200) Subject: Build: Run tests on Node 22 & 23 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19716254877870ecd649272cadd00a0d0ff8be01;p=jquery.git Build: Run tests on Node 22 & 23 Closes gh-5560 --- 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"