Skip to content

Commit

Permalink
ci: update lts build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Aug 19, 2024
1 parent ce7570d commit 3aef091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [ 20, 21, 22 ]
node-version: [ 22 ]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 18, 19, 20 ]
version: [ 19, 21 ]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3aef091

Please sign in to comment.