We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abadde7 commit 6a34288Copy full SHA for 6a34288
1 file changed
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Setup Node.js environment
29
uses: actions/[email protected]
30
+ with:
31
+ registry-url: https://registry.npmjs.org/
32
33
- name: install modules
34
run: npm install
0 commit comments