Skip to content

Commit 4189eb8

Browse files
authored
pin node and pnpm versions with volta (#284)
1 parent ca0c243 commit 4189eb8

File tree

2 files changed

+1040
-248
lines changed

2 files changed

+1040
-248
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@
5252
},
5353
"npm": false
5454
},
55-
"version": "4.4.0"
55+
"version": "4.4.0",
56+
"volta": {
57+
"node": "22.14.0",
58+
"pnpm": "9.15.7"
59+
}
5660
}

0 commit comments

Comments
 (0)