Skip to content

Commit 23ebfa0

Browse files
committed
chore: add node22 to test matrix
1 parent 581d156 commit 23ebfa0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
15-
node-version: [18.19.1, 20.13.1]
15+
node-version: [18.19.1, 20.13.1, 22]
1616
exclude:
1717
- os: macOS-latest
1818
node-version: 18.19.1
1919
- os: windows-latest
2020
node-version: 18.19.1
21+
- os: macOS-latest
22+
node-version: 20.13.1
23+
- os: windows-latest
24+
node-version: 20.13.1
2125
fail-fast: false
2226

2327
steps:

0 commit comments

Comments
 (0)