Skip to content

Commit 6d4a4d0

Browse files
committed
Use yarn 3
1 parent 12b7f02 commit 6d4a4d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
- name: Enable Corepack for Yarn
1919
run: corepack enable
2020

21+
- name: Install Yarn v3
22+
uses: borales/actions-yarn@v3
23+
with:
24+
cmd: set version stable
25+
2126
- name: Install Dependencies
2227
run: yarn install
2328
env:

0 commit comments

Comments
 (0)