Skip to content

Commit 7231d0b

Browse files
committed
Add node 22 and 23, macos and node 12 and 14 does not work
1 parent c171978 commit 7231d0b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [12, 14, 16, 18, 20, 21]
17-
os: [ubuntu-latest, windows-latest, macOS-latest]
16+
node: [12, 14, 16, 18, 20, 22, 23]
17+
os: [ubuntu-latest, windows-latest, macos-latest]
18+
exclude:
19+
- os: macos-latest
20+
node: 12
21+
- os: macos-latest
22+
node: 14
1823

1924
steps:
2025
- name: Clone repository

0 commit comments

Comments
 (0)