Skip to content

Commit 0dac4da

Browse files
committed
Use Yarn modern in CI
1 parent 614c3fd commit 0dac4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: |
24-
yarn set version latest
24+
yarn set version stable
2525
yarn install
2626
- name: Build website
2727
run: yarn build

0 commit comments

Comments
 (0)