Skip to content

Commit 7f8082d

Browse files
Update test.yml
1 parent d99650a commit 7f8082d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version:
18-
- 10.x
19-
- 11.x
20-
- 12.x
21-
- 13.x
22-
- 14.x
23-
- 15.x
18+
- 16.x
19+
- 17.x
20+
- 18.x
21+
- 19.x
2422
steps:
2523
- uses: actions/checkout@v2
2624
- name: 'Use Node.js ${{ matrix.node-version }}'

0 commit comments

Comments
 (0)