We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa581f commit 9aed82eCopy full SHA for 9aed82e
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
# use file .node-version to determine node version
19
node-version-file: .node-version
20
+ registry-url: https://registry.npmjs.org
21
22
- name: Install dependencies
23
run: npm ci
0 commit comments