Skip to content

Commit

Permalink
node 20 is out
Browse files Browse the repository at this point in the history
also indicate near EOL versions to check next time i look at this file
  • Loading branch information
CamJN committed Apr 21, 2023
1 parent 7a0ab42 commit 2db4802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
node-version:
- 14.x # EOL: 2023-04-30
- 14.x # EOL: 2023-04-30 <<
- 16.x # EOL: 2023-09-11
- 18.x # EOL: 2025-04-30
- 19.x # EOL: 2023-06-01
#- 20.x # REL: 2023-04-18
- 19.x # EOL: 2023-06-01 <<
- 20.x # EOL: 2026-04-30
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2db4802

Please sign in to comment.