Skip to content

Commit

Permalink
Drop support for Node v18
Browse files Browse the repository at this point in the history
April 2025 marks the end of life for this LTS version, so it should be
phased out by users very soon (jumping the gun a little here seems
acceptable)
  • Loading branch information
FND authored and moonglum committed Jan 30, 2025
1 parent ed3d4fa commit b94ee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
node-version:
- 18.x
- 20.x
- latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit b94ee6c

Please sign in to comment.