Skip to content

Commit 61ca4bc

Browse files
build(node): Use npm in Volta
We are using `npm` in CI, update the Volta config to reflect this. Also, remove the `yarn.lock`, which is obsolete, and update `node` to a version compatible with `npm@11`
1 parent 7f18c47 commit 61ca4bc

File tree

2 files changed

+2
-4027
lines changed

2 files changed

+2
-4027
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
]
6363
},
6464
"volta": {
65-
"node": "20.10.0",
66-
"yarn": "1.22.19"
65+
"node": "24.8.0",
66+
"npm": "11.6.0"
6767
},
6868
"overrides": {
6969
"browserslist": "<4.26.0 || >4.26.0"

0 commit comments

Comments
 (0)