We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
registry-url
1 parent ac3bad4 commit fe68502Copy full SHA for fe68502
.github/actions/setup/action.yml
@@ -13,6 +13,7 @@ runs:
13
uses: actions/setup-node@v4
14
with:
15
node-version: 20
16
+ registry-url: "https://registry.npmjs.org"
17
18
- name: Install packages
19
shell: bash
0 commit comments