Skip to content

Commit fda0e0a

Browse files
authored
Adding volta (#2449)
1 parent ad56dd6 commit fda0e0a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,9 @@
8181
},
8282
"pre-commit": [
8383
"test-fast"
84-
]
84+
],
85+
"volta": {
86+
"node": "18.20.5",
87+
"yarn": "1.22.22"
88+
}
8589
}

website/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"babel-plugin-styled-components": "^2.0.0",
3131
"prism-react-renderer": "^1.2.1",
3232
"ts-node": "~10.9.1"
33+
},
34+
"volta": {
35+
"node": "18.20.5",
36+
"yarn": "1.22.22"
3337
}
3438
}

0 commit comments

Comments
 (0)