Skip to content

Commit

Permalink
feat: pin node lts
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Engine set to Node.js 18, the package may work with
older version tho
  • Loading branch information
simonecorsi committed Jan 30, 2023
1 parent b4b228d commit 31b1cfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
},
"license": "MIT",
"engines": {
"node": ">=10.2",
"npm": ">=6"
"node": ">=18.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand Down

0 comments on commit 31b1cfe

Please sign in to comment.