Skip to content

Commit c15292e

Browse files
committed
fix: use Node 24 for npm 11
1 parent 9d391c1 commit c15292e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_web_console.yml

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

3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: "20"
39+
node-version: "24"
4040
cache: "yarn"
4141
registry-url: "https://registry.npmjs.org"
4242

0 commit comments

Comments
 (0)