Build: Change Node tested versions from 10/16/18 to 10/18/20

Closes gh-2195
This commit is contained in:
Michał Gołębiowski-Owczarek 2023-11-06 14:03:51 +01:00 committed by GitHub
parent 884f220cef
commit 2de8604b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# Node.js 10 is required by jQuery infra # 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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4