We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2d72c9 + fd60c9f commit 4c4daf2Copy full SHA for 4c4daf2
4 files changed
.github/workflows/cd-packages.yaml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
node-version-file: .nvmrc
27
cache: yarn
28
+ # Necessary to set up registry for auth
29
registry-url: "https://registry.npmjs.org"
30
# Ensure npm 11.5.1 or later is installed to support OIDC
31
- name: Update npm
0 commit comments