Skip to content

Commit 2de8604

Browse files
authored
Build: Change Node tested versions from 10/16/18 to 10/18/20
Closes gh-2195
1 parent 884f220 commit 2de8604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
# Node.js 10 is required by jQuery infra
16-
node-version: [10.x, 16.x, 18.x]
16+
node-version: [10.x, 18.x, 20.x]
1717

1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)