Skip to content

Commit

Permalink
drop old node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 8, 2024
1 parent e01135c commit 7965d88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# cringe lorg

## 11.0

- Drop support for node less than v20

## 10.4

Accidental minor update, should've been patch.
- Accidental minor update, should've been patch.

## 10.3

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dist"
],
"engines": {
"node": "14 >= 14.21 || 16 >= 16.20 || 18 >=18.20 || 20 || >=22"
"node": "20 || >=22"
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit 7965d88

Please sign in to comment.