Skip to content

Commit

Permalink
ci: set node-version to lts and current
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed May 8, 2024
1 parent ccbd21d commit 91a2ae3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/node-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# (2022-12-03)
# v16: Maintenance (end-of-life: 2023-09-11)
# v18: LTS (end-of-life: 2025-04-30)
# v19: Current (end-of-life: 2023-06-01)
node-version: [16.x, 18.x, 19.x]
node-version: [lts/*, current]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 91a2ae3

Please sign in to comment.