refactor: update node to 22

This commit is contained in:
2024-06-03 12:35:38 +02:00
parent 851a7460aa
commit 0a99aa4bde
6 changed files with 13 additions and 13 deletions

View File

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