Skip to content

Commit

Permalink
Merge pull request #29 from AlmogBaku/build/upgrade-docusaurus
Browse files Browse the repository at this point in the history
fix: yarn immutable?
  • Loading branch information
AlmogBaku authored Mar 5, 2024
2 parents b6d56ae + 8114942 commit c0fb3af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 21.x
cache: yarn

- name: Set Yarn version to 3.x
- name: Set Yarn version to 4.x
run: |
yarn set version berry
yarn set version 3.x
yarn set version 4.x
yarn --version
- name: Get yarn cache directory path
Expand Down

0 comments on commit c0fb3af

Please sign in to comment.