Skip to content

Commit

Permalink
chore(deps): set required node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Dec 5, 2023
1 parent 2c05b28 commit 5a7e424
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down
4 changes: 0 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"bin": {
"trifid-core": "./server.js"
},
"engines": {
"node": ">=16",
"npm": ">=8"
},
"dependencies": {
"absolute-url": "^1.2.2",
"ajv": "^8.12.0",
Expand Down

0 comments on commit 5a7e424

Please sign in to comment.