mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Change Node tested versions from 10/16/18 to 10/18/20
Closes gh-2195
This commit is contained in:
parent
884f220cef
commit
2de8604b67
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user