Skip to content

Commit

Permalink
ci: update Node.js versions for unit tests (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor authored Jul 23, 2022
1 parent b379595 commit 165b088
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:

strategy:
matrix:
# (2022-01-27)
# v12: Maintenance LTS (end-of-life: 2022-04-30)
# (2022-07-23)
# v14: Maintenance LTS (end-of-life: 2023-04-30)
# v16: Active LTS (end-of-life: 2024-04-30)
# v17: Current (end-of-life: 2022-06-01)
node-version: [12.x, 14.x, 16.x, 17.x]
# v16: Active LTS (end-of-life: 2023-09-11)
# v18: Current (end-of-life: 2025-04-30)
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 165b088

Please sign in to comment.