We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2d29a commit bc9b10dCopy full SHA for bc9b10d
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
20
with:
21
- node-version: 24
+ node-version: 24.8.0
22
23
- run: corepack enable
24
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
mise.toml
@@ -1,2 +1,2 @@
1
[tools]
2
-node = "24"
+node = "24.8.0"
0 commit comments