mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
SEL-56: Setup Yarn Workspaces (#584)
This commit is contained in:
3
.github/actions/yarn-install/action.yml
vendored
3
.github/actions/yarn-install/action.yml
vendored
@@ -22,9 +22,8 @@ runs:
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: ${{ inputs.working_directory }}/yarn.lock
|
||||
cache-dependency-path: yarn.lock
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: yarn install --immutable
|
||||
working-directory: ${{ inputs.working_directory }}
|
||||
|
||||
Reference in New Issue
Block a user