SEL-56: Setup Yarn Workspaces (#584)

This commit is contained in:
Aaron DeRuvo
2025-06-04 11:37:32 +02:00
committed by GitHub
parent 0c8c87362b
commit 0e9c59c0fb
203 changed files with 16353 additions and 23226 deletions

View File

@@ -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 }}