fix github action and over-specific pnpm version

This commit is contained in:
Kim, Jimin 2022-12-09 15:17:46 +09:00
parent 90c535ebb2
commit 50b0c3b731
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@7.15.0",
"packageManager": "^pnpm@7.0.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --no-cache --parallel --continue",