diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:43:59 -0500 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2025-01-09 00:43:59 -0500 |
| commit | 970c8fefdada562a232146cc361c40159a873630 (patch) | |
| tree | 2d2d718cc0536e606ad1c65c08876b3e7aa5bf6c /.github | |
| parent | bdea9cdd40d5eaf3f4167df8683ebb91f4b31f7f (diff) | |
Attempt to configure Yarn2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actions/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/actions/build.yml b/.github/actions/build.yml index d95d14d..8d72f8f 100644 --- a/.github/actions/build.yml +++ b/.github/actions/build.yml @@ -8,6 +8,10 @@ runs: with: node-version: 20.x cache: 'yarn' + - name: Set up Yarn2 + run: | + corepack enable + yarn set version berry - name: Run install uses: borales/actions-yarn@v5 with: |
