Skip to content

Commit

Permalink
Bump Node.js version requirement to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Dec 2, 2024
1 parent 650001b commit c4f7eaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-dragons-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@badrap/valita": minor
---

Require Node.js v18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"provenance": true
},
"engines": {
"node": ">= 16"
"node": ">= 18"
},
"scripts": {
"lint": "eslint --max-warnings 0 .",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2020",
"target": "es2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
Expand Down

0 comments on commit c4f7eaf

Please sign in to comment.