Skip to content

Commit c0fb3af

Browse files
authored
Merge pull request #29 from AlmogBaku/build/upgrade-docusaurus
fix: yarn immutable?
2 parents b6d56ae + 8114942 commit c0fb3af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
- run: corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 21.x
2020
cache: yarn
2121

22-
- name: Set Yarn version to 3.x
22+
- name: Set Yarn version to 4.x
2323
run: |
24-
yarn set version berry
25-
yarn set version 3.x
24+
yarn set version 4.x
2625
yarn --version
2726
2827
- name: Get yarn cache directory path

0 commit comments

Comments
 (0)