Skip to content

Commit c2d0d1f

Browse files
committed
ci: Add Yarn 2
1 parent 14e14d9 commit c2d0d1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
uses: actions/setup-node@v2
2929
with:
3030
node-version: "^16.10.0"
31+
- name: Install Yarn 2
32+
run: |
33+
npm install -g yarn
34+
yarn set version berry
3135
- name: Install dependencies
3236
run: yarn install
3337
- name: Run test

0 commit comments

Comments
 (0)