Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnabyShearer committed Sep 12, 2023
1 parent d38f772 commit 77beb91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ runs:
with:
node-version: '18'

- run: yarn install --frozen-lockfile
- run: yarn config set nodeLinker pnp
shell: bash

- run: yarn install --no-immutable
shell: bash

0 comments on commit 77beb91

Please sign in to comment.