feat: update to node 22

This commit is contained in:
2024-06-03 13:16:16 +02:00
parent a6b88d3534
commit 69868663cb
8 changed files with 96 additions and 79 deletions

View File

@@ -2,8 +2,8 @@
"name": "@openstapps/openstapps",
"private": true,
"engines": {
"node": ">=18.16",
"pnpm": ">=8"
"node": "^22.0.0",
"pnpm": "^8.15.4"
},
"scripts": {
"build": "dotenv -c -- turbo run build",