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 821d262 commit 569febcCopy full SHA for 569febc
.github/actions/setup/action.yml
@@ -21,6 +21,10 @@ runs:
21
node-version-file: .nvmrc
22
scope: '@lawnstarter'
23
24
+ - name: Set registry authToken
25
+ shell: sh
26
+ run: echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
27
+
28
- name: Cache dependencies
29
id: yarn-cache
30
uses: actions/cache@v3
.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