Skip to content

Commit

Permalink
Upgrade engines to node 18 and attempt to disable renovate from updat…
Browse files Browse the repository at this point in the history
…ing engines
  • Loading branch information
AdiRishi committed Oct 20, 2023
1 parent 94b2d73 commit ce3ee2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchPackagePatterns": ["^engines$"],
"enabled": false
}
]
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/hydrogen
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "module",
"private": true,
"engines": {
"node": ">=16",
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
Expand Down

0 comments on commit ce3ee2c

Please sign in to comment.