Skip to content

Commit

Permalink
add comments to node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Apr 25, 2024
1 parent 0c4ad14 commit 7d8b1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
node_version:
- 18
- 20
- 22
- 18 # remove May 2025
- 20 # remove May 2026
- 22 # remove May 2027
- x.x.x # safety net; don't remove
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7d8b1d2

Please sign in to comment.