Skip to content

Commit

Permalink
Pin yarn to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Nov 11, 2023
1 parent 44ebf6f commit 5fb2856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 16.x
- name: Use current yarn
run: yarn set version stable
run: yarn set version 3
- name: yarn install
run: yarn install
- name: Deploy to gh-pages
Expand Down

0 comments on commit 5fb2856

Please sign in to comment.