diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cc8846e..3b93987a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,8 @@ jobs: with: path: ./package.json + - uses: pnpm/action-setup@v4 + - name: Cache PNPM modules uses: actions/cache@v4 id: cache-modules @@ -43,8 +45,6 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: ${{ runner.os }}-node- - - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 with: # use the version found in `.nvmrc`