Upgrade to Yarn Berry

This commit is contained in:
Sebastian Serth
2023-10-31 11:14:58 +01:00
parent 8097d20be6
commit 3176832258
7 changed files with 7263 additions and 4705 deletions

View File

@ -32,6 +32,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
- name: Enable Corepack
run: corepack enable
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
@ -50,7 +52,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install yarn packages
run: yarn install --pure-lockfile
run: yarn install --immutable
- name: Prepare config files
run: |