We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252dbe1 commit 0d0470dCopy full SHA for 0d0470d
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
node-version: 22
28
registry-url: 'https://registry.npmjs.org'
29
if: ${{ steps.release.outputs.release_created }}
30
+ - run: npm install -g npm@11 # 11.5.1 needed for OIDC / Trusted publishing
31
+ if: ${{ steps.release.outputs.release_created }}
32
- run: yarn install --frozen-lockfile
33
34
- run: yarn build
0 commit comments