Skip to content

Commit

Permalink
Updated node versions for frontend testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 4, 2024
1 parent dc6c46c commit 914c24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: [12.x, 16.x, 17.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]
name: Build ${{ matrix.os }} + node ${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit 914c24e

Please sign in to comment.