Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Build: Change Node tested versions from 10/16/18 to 10/18/20
  • Loading branch information
mgol committed Nov 6, 2023
commit c9a7071c49b1430e8624d003ea3c4e4af790f86d
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