Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4f5b14

Browse files
committedMay 7, 2025·
ci(github-action): ci.yml add node v24
1 parent 3e5adb8 commit a4f5b14

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)
Please sign in to comment.