We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3eb5e commit 5bab497Copy full SHA for 5bab497
1 file changed
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/setup-node@master
19
with:
20
node-version: 13.x
21
+ registry-url: https://registry.npmjs.org/
22
23
- name: install dependencies
24
run: npm ci
0 commit comments