Skip to content

Commit

Permalink
s/lts/20/g
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 4390fec commit 5143fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts
node-version: 20
check-latest: true
cache: 'npm'
- name: Install linux packages
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts
node-version: 20
check-latest: true
cache: 'npm'
- name: Install packages
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: lts
node-version: 20
check-latest: true
cache: 'npm'
- name: Install deps
Expand Down

0 comments on commit 5143fe1

Please sign in to comment.