We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522f41a commit a71bbe9Copy full SHA for a71bbe9
1 file changed
.github/workflows/main.yml
@@ -62,6 +62,9 @@ jobs:
62
63
- run: npm ci
64
65
+ - name: Ensure npm CLI supports OIDC trusted publishing
66
+ run: npm install -g npm@11.5.1
67
+
68
- name: Determine npm tag
69
id: npm-tag
70
run: |
0 commit comments