Skip to content

Commit

Permalink
fix: corepack signature error
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrieLii committed Feb 5, 2025
1 parent ae09b59 commit 9418e8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
fetch-depth: 0

- name: Install Pnpm
run: corepack enable
run: |
corepack prepare [email protected] --activate
corepack enable
- name: Setup Node.js 18
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9418e8f

Please sign in to comment.