Skip to content

Commit

Permalink
Try fixing yarn issue in github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson authored Jun 10, 2024
1 parent 11aef01 commit e1cdc1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lxl-web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Setup yarn
run: npm install -g yarn
- name: Install lxljs dependency
run: npm ci
run: yarn install --frozen-lockfile
working-directory: ./lxljs
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit e1cdc1b

Please sign in to comment.