Skip to content

Commit

Permalink
chore: Specify package.json engines.node to require Node.js 14.18 or …
Browse files Browse the repository at this point in the history
…later
  • Loading branch information
eemeli committed Jan 2, 2025
1 parent 3b2362a commit 6b0ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"typescript-eslint": "^8.4.0"
},
"engines": {
"node": ">= 14"
"node": ">= 14.18"
}
}

0 comments on commit 6b0ed3d

Please sign in to comment.