diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-11-06 14:03:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 14:03:51 +0100 |
commit | 2de8604b67983a53fd42b24610a59e140a1425e9 (patch) | |
tree | 84985bdc043ccac75672c6287d4f0f3ce8155190 | |
parent | 884f220cef726acd00326c1f3849414dd41a9cf0 (diff) | |
download | jquery-ui-2de8604b67983a53fd42b24610a59e140a1425e9.tar.gz jquery-ui-2de8604b67983a53fd42b24610a59e140a1425e9.zip |
Build: Change Node tested versions from 10/16/18 to 10/18/20
Closes gh-2195
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |