Skip to content

Commit

Permalink
chore(lxl-web): Remove redundant usage of yarn
Browse files Browse the repository at this point in the history
...as npm workspaces replaces the need of yarn
  • Loading branch information
johanbissemattsson committed Nov 4, 2024
1 parent e6a39dc commit 577b30e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lxl-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Setup yarn
run: npm install -g yarn
- name: Install lxljs dependency
run: yarn install --frozen-lockfile
working-directory: ./lxljs
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down Expand Up @@ -48,11 +43,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Setup yarn
run: npm install -g yarn
- name: Install lxljs dependency
run: yarn install --frozen-lockfile
working-directory: ./lxljs
- name: Install dependencies
run: npm ci
- name: Build and run Lighthouse CI
Expand Down

0 comments on commit 577b30e

Please sign in to comment.