Skip to content

Commit 670160d

Browse files
ci: add Node.js 20 in the test matrix
1 parent 8039f2e commit 670160d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x]
19+
node-version:
20+
- 10
21+
- 20
2022

2123
steps:
2224
- name: Checkout repository

0 commit comments

Comments
 (0)