Skip to content

Commit

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

0 comments on commit c345d85

Please sign in to comment.