Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Force yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
maso7 committed Feb 28, 2024
1 parent 9096883 commit 80212c5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: 20.x

# Temporaryr fix
- name: Workaround yarn version
run: |
yarn set version 1.22.19
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand All @@ -39,6 +44,12 @@ jobs:
- name: Install npm packages
run: yarn --frozen-lockfile

# Temporaryr fix
- name: Workaround yarn version
run: |
cd .yarn
yarn fmt
- name: Check formatting
run: yarn fmt:check

Expand Down

0 comments on commit 80212c5

Please sign in to comment.