Skip to content

Commit

Permalink
build: add yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
findhumane committed Mar 17, 2024
1 parent dc1f8a8 commit 41c6c18
Show file tree
Hide file tree
Showing 2 changed files with 13,352 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install --immutable
run: yarn install --immutable
shell: bash
Loading

0 comments on commit 41c6c18

Please sign in to comment.