Skip to content

Commit 99038c6

Browse files
committed
Build: Test on Node 18 & 20 instead of 10 & 18
1 parent 68d36a8 commit 99038c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
# Old infra requires Node 10
19-
node-version: [10.x, 18.x]
18+
node-version: [18.x, 20.x]
2019

2120
steps:
2221
- name: Install xmllint

0 commit comments

Comments
 (0)