Skip to content

Commit e1bc570

Browse files
committed
Update CI
1 parent a879007 commit e1bc570

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,12 @@ jobs:
3232
matrix:
3333
os:
3434
- ubuntu-latest
35+
- windows-latest
36+
- macos-latest
3537
node-version:
36-
- 12
37-
- 14
38-
- 16
3938
- 18
4039
- 20
4140
- 22
42-
include:
43-
- os: macos-latest
44-
node-version: 20
45-
- os: windows-latest
46-
node-version: 20
4741
steps:
4842
- name: Checkout
4943
uses: actions/checkout@v4

0 commit comments

Comments
 (0)