We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7b19b commit bf47293Copy full SHA for bf47293
.github/workflows/nodejs.yml
@@ -45,6 +45,7 @@ jobs:
45
uses: actions/setup-node@v1
46
with:
47
node-version: 12
48
+ registry-url: "https://registry.npmjs.org"
49
- uses: actions/cache@v2
50
id: yarn-cache
51
0 commit comments