We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc81ca commit f1c915dCopy full SHA for f1c915d
.github/workflows/publish.yml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
node-version: ${{ steps.nvm.outputs.NVMRC }}
24
registry-url: 'https://registry.npmjs.org'
25
+ - name: Upgrade npm for OIDC support
26
+ run: npm install -g npm@latest
27
- name: Install dependencies and build 🔧
28
run: yarn install --immutable
29
- name: Publish package on NPM 📦
0 commit comments