Skip to content

Commit 573cf65

Browse files
authored
ci(github-action): ci.yml add node v24 (#1117)
1 parent 3e5adb8 commit 573cf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

129129
strategy:
130130
matrix:
131-
node-version: [18.x, 20.x, 22.x]
131+
node-version: [18.x, 20.x, 22.x, 24.x]
132132

133133
steps:
134134
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)