We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988a016 commit cb7b926Copy full SHA for cb7b926
.github/actions/yarn-setup-node/action.yml
@@ -8,6 +8,7 @@ runs:
8
cache: "yarn"
9
cache-dependency-path: "yarn.lock"
10
node-version-file: ".nvmrc"
11
+ registry-url: "https://registry.npmjs.org"
12
13
- name: Install Yarn
14
shell: bash
0 commit comments