chore: more strict node and pnpm version
All checks were successful
Test / Test (push) Successful in 4m7s

This commit is contained in:
Kim, Jimin 2025-06-02 18:26:03 +09:00
parent 3e9785d4a5
commit 4f02c4ae9f
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 3 additions and 2 deletions

View file

@ -15,8 +15,8 @@
"turbo": "2.4.4"
},
"engines": {
"pnpm": ">=10.11.0",
"node": ">=22.14.0"
"pnpm": "10.11.0",
"node": "22.14.0"
},
"packageManager": "pnpm@10.11.0"
}