From: Michał Gołębiowski-Owczarek Date: Mon, 6 Nov 2023 13:03:51 +0000 (+0100) Subject: Build: Change Node tested versions from 10/16/18 to 10/18/20 X-Git-Tag: 1.13.3~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2de8604b67983a53fd42b24610a59e140a1425e9;p=jquery-ui.git Build: Change Node tested versions from 10/16/18 to 10/18/20 Closes gh-2195 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6c3009d76..1f4a69036 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # Node.js 10 is required by jQuery infra - node-version: [10.x, 16.x, 18.x] + node-version: [10.x, 18.x, 20.x] steps: - uses: actions/checkout@v4