Skip to content

Commit

Permalink
ci: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 22, 2023
1 parent 2c8f9f8 commit ca22b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ jobs:
with:
node-version: 20.x

- name: Enable pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
- name: Download Build Artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit ca22b21

Please sign in to comment.