Skip to content

Commit 6c81faa

Browse files
authored
chore: bump node to 18 and pnpm >= 8 <9 in engines (#584)
1 parent 516b987 commit 6c81faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"turbo": "1.10.12"
2929
},
3030
"engines": {
31-
"node": ">=16",
32-
"pnpm": ">=8"
31+
"node": ">=18",
32+
"pnpm": ">=8 <9"
3333
}
3434
}

0 commit comments

Comments
 (0)