Skip to content

Commit

Permalink
arg
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Dec 18, 2023
1 parent 4090c73 commit 0fc75f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ runs:

- run: yarn set version berry
shell: bash
env:
NPM_AUTH_TOKEN: fake

- run: yarn config set nodeLinker node-modules
shell: bash
env:
NPM_AUTH_TOKEN: fake

- run: yarn install --no-immutable
shell: bash
env:
NPM_AUTH_TOKEN: fake

0 comments on commit 0fc75f7

Please sign in to comment.