diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb9d01b1..ab0dca5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: cache: pnpm - name: Install Deps - uses: pnpm i + run: pnpm i - name: Lint run: pnpm eslint @@ -52,7 +52,7 @@ jobs: cache: pnpm - name: Install Deps - uses: pnpm i + run: pnpm i - name: Test run: pnpm test \ No newline at end of file