Skip to content

Commit 3659fa3

Browse files
committed
ci(test): node 14, node 16
1 parent 84fa594 commit 3659fa3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
node_version:
17-
- "10"
18-
- "12"
17+
- 10
18+
- 12
19+
- 14
20+
- 16
1921
steps:
2022
- uses: actions/checkout@master
2123
- name: "Use Node.js ${{ matrix.node_version }}"

0 commit comments

Comments
 (0)