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 de2a455 commit 8ea829eCopy full SHA for 8ea829e
.github/workflows/release.yaml
@@ -29,6 +29,7 @@ jobs:
29
uses: actions/setup-node@v3
30
with:
31
cache: 'yarn'
32
+ registry-url: "https://registry.npmjs.org"
33
34
# Ensure npm 11.5.1 or later is installed
35
- name: Update npm
0 commit comments