Skip to content

Commit

Permalink
Use yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Mar 8, 2024
1 parent cc5f257 commit 252dfb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: npx lerna bootstrap
run: yarn install
- name: Lint Package
run: npx lerna run lint
- name: Test Package
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: npx lerna bootstrap
run: yarn install
- name: Build Package
run: npx lerna run build
- name: Publish Package
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: npx lerna bootstrap
run: yarn install
- name: Build Package
run: npx lerna run build
- name: Publish Package
Expand Down

0 comments on commit 252dfb8

Please sign in to comment.