Skip to content

Commit 6e8b24b

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

+6-1
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]
16+
node: [12, 14, 16, 18, 20, 22, 23]
1717
os: [ubuntu-latest, windows-latest, macOS-latest]
18+
exclude:
19+
- os: macos-latest
20+
version: 12
21+
- os: macos-latest
22+
version: 14
1823

1924
steps:
2025
- name: Clone repository

0 commit comments

Comments
 (0)