From 81cd44ddb99b5d5fc2733b26445d745abd7bac86 Mon Sep 17 00:00:00 2001 From: Juanra GM Date: Fri, 4 Oct 2024 14:08:08 +0200 Subject: [PATCH] ci: fix release win setup --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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