Skip to content

Commit 822f60e

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommitted
feat(configuration): adjust CI config
1 parent 5ceea6d commit 822f60e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
run: |
2727
npm set //npm.pkg.github.com/:_authToken ${{ inputs.GH_TOKEN }}
2828
npm config set @lawnstarter:registry https://npm.pkg.github.com/
29+
echo "//npm.pkg.github.com/:_authToken=${{ inputs.GH_TOKEN }}" >> ./.npmrc;
2930
3031
- name: Cache dependencies
3132
id: yarn-cache

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)