We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ceea6d commit 822f60eCopy full SHA for 822f60e
.github/actions/setup/action.yml
@@ -26,6 +26,7 @@ runs:
26
run: |
27
npm set //npm.pkg.github.com/:_authToken ${{ inputs.GH_TOKEN }}
28
npm config set @lawnstarter:registry https://npm.pkg.github.com/
29
+ echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
30
31
- name: Cache dependencies
32
id: yarn-cache
.npmrc
@@ -0,0 +1,3 @@
1
+legacy-peer-deps=true
2
+registry=https://registry.npmjs.org/
3
+@lawnstarter:registry=https://npm.pkg.github.com/
0 commit comments