Skip to content

Commit 5f9de7d

Browse files
committed
Fix yarn
1 parent ef389b3 commit 5f9de7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
2424
node-version-file: "package.json"
25+
- name: Install Yarn (if not yet installed)
26+
run: yarn --version || npm install -g yarn@1.22.22
2527
- name: Install dependencies
2628
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
2729
- name: Lint

0 commit comments

Comments
 (0)