diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56fd388..6c460d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: with: node-version-file: '.nvmrc' cache: 'pnpm' + - uses: pnpm/action-setup@v3 - run: pnpm setup - run: pnpm build - run: pnpm test