Skip to content

Commit c3a2d74

Browse files
committed
test: fix github matrix os for testing
1 parent f6a4fd9 commit c3a2d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- windows-latest
31-
node: [12.x, 14.x, 16.x]
31+
node: [14.x, 16.x, 18.x]
3232

3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)