Skip to content

Commit

Permalink
chore(lxl-web): Bump node version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbissemattsson committed Nov 4, 2024
1 parent f29fe3b commit e6a39dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lxl-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Setup yarn
run: npm install -g yarn
- name: Install lxljs dependency
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Setup yarn
run: npm install -g yarn
- name: Install lxljs dependency
Expand Down

0 comments on commit e6a39dc

Please sign in to comment.