Skip to content

Commit

Permalink
chore!: Drop support for Node.js older than v18.16.1 (#76)
Browse files Browse the repository at this point in the history
Node.js v18.16.1 is the most recent LTS version at this time. v12 and
v14 are already at end-of-life, and v16 will reach end-of-life on
2023-09-11.
  • Loading branch information
meyfa committed Jul 5, 2023
1 parent e972a80 commit ee6e825
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 3,280 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
strategy:
matrix:
node-version:
- 20
- 18
- 16
- 14
- 12
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit ee6e825

Please sign in to comment.