Skip to content

Commit 33ba42a

Browse files
committed
chore: set minimum node version to 20
1 parent d5c5825 commit 33ba42a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@rivetkit/engine-workspace",
33
"private": true,
44
"packageManager": "[email protected]",
5+
"engines": {
6+
"node": ">=20"
7+
},
58
"scripts": {
69
"start": "npx turbo watch build",
710
"build": "npx turbo build",

0 commit comments

Comments
 (0)