diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 041be9c..0d06910 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -149,6 +149,14 @@ jobs: runs-on: windows-latest needs: [release] steps: + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 + with: + version: ${{ env.PNPM_VERSION }} + - uses: actions/setup-node@v4 + with: + node-version: ${{ env.NODE_VERSION }} + cache: pnpm - uses: actions/download-artifact@v4 with: name: release-artifacts