Skip to content

Commit 0254237

Browse files
authored
feat(ci): add node v22 (#2600)
1 parent 794cb81 commit 0254237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
strategy:
118118
matrix:
119-
node-version: [18, 20]
119+
node-version: [18, 20, 22]
120120

121121
steps:
122122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)