diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-22 16:21:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 16:21:35 +0200 |
commit | 6616acff0a6c144c3eac3afae8578085bd325834 (patch) | |
tree | 042cf08730915437c6fa5f50d4a6aede56326c26 /.github | |
parent | 89ef81f86f8f371154e9fd3173be5fb57cb72d5e (diff) | |
download | jquery-6616acff0a6c144c3eac3afae8578085bd325834.tar.gz jquery-6616acff0a6c144c3eac3afae8578085bd325834.zip |
Build: Test on Node.js 20, stop testing on Node.js 14 & 19
Closes gh-5250
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/node.js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4096efffe..cd47a7349 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" |