Skip to content

Commit d677e29

Browse files
committed
build: remove volta
1 parent 46fd8b2 commit d677e29

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111

1212
- uses: actions/setup-node@v5
1313
with:
14-
node-version-file: package.json
14+
node-version-file: .node-version
1515
cache: yarn
1616

1717
- run: yarn install --immutable

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v24.14.1

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"private": true,
1818
"type": "module",
1919
"packageManager": "yarn@4.13.0",
20-
"volta": {
21-
"node": "24.14.1",
22-
"yarn": "4.13.0"
23-
},
2420
"engines": {
2521
"node": "24.x"
2622
},

0 commit comments

Comments
 (0)