Skip to content

Commit

Permalink
Bump required node version
Browse files Browse the repository at this point in the history
We need a recent `node` to support `exports` in package.json
  • Loading branch information
richvdh committed Nov 29, 2024
1 parent 1c2d376 commit 6aa42f9
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 @@ -48,7 +48,7 @@
"yargs-parser": "~21.0.1"
},
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"scripts": {
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:types",
Expand Down

0 comments on commit 6aa42f9

Please sign in to comment.