Skip to content

Commit

Permalink
Build: Change Node tested versions from 10/16/18 to 10/18/20
Browse files Browse the repository at this point in the history
Closes gh-2195
  • Loading branch information
mgol committed Nov 6, 2023
1 parent 884f220 commit 2de8604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2de8604

Please sign in to comment.