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

@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
- uses: pnpm/action-setup@v2
with:
version: ^7.0.0
- name: Setup Node
uses: actions/setup-node@v2
with:

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",