We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb28737 commit fdffdb0Copy full SHA for fdffdb0
.github/workflows/ci-test.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Update yarn
49
run: |
50
corepack enable
51
+ yarn set version 4.9.2
52
yarn install
53
- name: Install dependencies
54
run: yarn install --dev
0 commit comments