We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51807e commit 8ba0859Copy full SHA for 8ba0859
.github/workflows/build_test_publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup yarn
28
run: |
29
corepack prepare yarn@stable --activate
30
- yarn set version 4.2.1
+ yarn set version berry
31
32
- name: Build, lint and test
33
0 commit comments