We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d14ce commit 54fec08Copy full SHA for 54fec08
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
cache: "pnpm"
40
41
- name: Update npm for OIDC support
42
- run: npm install -g npm@latest # Needs 11.5.1+ for npm trusted publishing
+ run: corepack enable npm && corepack install -g npm@latest
43
44
- name: Install dependencies
45
run: pnpm install --frozen-lockfile
0 commit comments