We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcf5e8 commit f15765cCopy full SHA for f15765c
1 file changed
.github/workflows/publish.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
node-version: '20.x'
22
registry-url: 'https://registry.npmjs.org'
23
+ - name: Install npm 11+ (required for OIDC)
24
+ run: npm install -g npm@11
25
- name: Install dependencies
26
run: npm ci
27
- name: Audit
0 commit comments