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

Commit

Permalink
fix yarn version (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jan 22, 2024
1 parent a8b5400 commit 67d236c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
with:
node-version: ${{ env.node_version }}

- name: Install Yarn
run: npm install -g [email protected]

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 67d236c

Please sign in to comment.