Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 authored Mar 15, 2024
1 parent 996b2b4 commit 1b8c189
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
node-version: '20'

- name: Install yarn
run: npm install --global yarn

- name: Get yarn v4
run: yarn set version latest

- name: Install dependencies
run: yarn install --immutable --immutable-cache

Expand Down

0 comments on commit 1b8c189

Please sign in to comment.