Skip to content

Commit

Permalink
update yarn again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlime committed Nov 7, 2024
1 parent c345d85 commit 64f6baa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: npm
- name: Install Yarn
run: npm install yarn --global
- name: Install Yarn
- name: Install dependencies
run: yarn install
- name: Check formatting with Prettier
run: yarn lint:prettier
Expand All @@ -35,8 +35,10 @@ jobs:
with:
node-version: 18
cache: npm
- name: Install dependencies
- name: Install Yarn
run: npm install yarn --global
- name: Install dependencies
run: yarn install
- name: Build website
run: yarn build

0 comments on commit 64f6baa

Please sign in to comment.