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 46fd8b2 commit d677e29Copy full SHA for d677e29
3 files changed
.github/actions/setup/action.yml
@@ -11,7 +11,7 @@ runs:
11
12
- uses: actions/setup-node@v5
13
with:
14
- node-version-file: package.json
+ node-version-file: .node-version
15
cache: yarn
16
17
- run: yarn install --immutable
.node-version
@@ -0,0 +1 @@
1
+v24.14.1
package.json
@@ -17,10 +17,6 @@
"private": true,
18
"type": "module",
19
"packageManager": "yarn@4.13.0",
20
- "volta": {
21
- "node": "24.14.1",
22
- "yarn": "4.13.0"
23
- },
24
"engines": {
25
"node": "24.x"
26
},
0 commit comments