chore(ci): fix corepack key id mismatch (#13341)

This commit is contained in:
inottn
2025-02-08 14:56:49 +08:00
committed by GitHub
parent fd87eba0ef
commit 6f507b907c
2 changed files with 47 additions and 39 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ jobs:
ref: 'main'
- name: Install pnpm
run: corepack enable
run: |
npm install -g corepack@latest --force
corepack enable
- uses: actions/setup-node@v4
with: