Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
node-version: 20
cache: 'yarn'

- name: Enable Corepack
- name: Enable Corepack and prepare Yarn
run: |
corepack enable
corepack prepare [email protected] --activate
yarn set version 3.6.4
which yarn
yarn --version

- name: Install dependencies
run: yarn install --immutable
run: yarn install

- name: Setup Git
run: |
Expand Down
Loading