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 ef389b3 commit 5f9de7dCopy full SHA for 5f9de7d
1 file changed
.github/workflows/ci.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
23
with:
24
node-version-file: "package.json"
25
+ - name: Install Yarn (if not yet installed)
26
+ run: yarn --version || npm install -g yarn@1.22.22
27
- name: Install dependencies
28
run: yarn install --ignore-engines --ignore-scripts --frozen-lockfile
29
- name: Lint
0 commit comments