We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7ef4c commit 57df466Copy full SHA for 57df466
1 file changed
.github/workflows/nightly.yaml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-node@v1
17
with:
18
node-version: 12
19
+ registry-url: https://registry.npmjs.org/
20
- name: Setup and publish nightly
21
run: |
22
npm whoami
0 commit comments