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 2d8172d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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,8 +44,9 @@ jobs:
- name: Install npm packages
run: yarn --frozen-lockfile

- name: Check formatting
run: yarn fmt:check
# Temporaryr disable
# - name: Check formatting
# run: yarn fmt:check

- name: Check lint
run: yarn lint
Expand Down

0 comments on commit 2d8172d

Please sign in to comment.