0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-24 22:41:28 -05:00

refactor: align node version (#625)

This commit is contained in:
Gao Sun 2022-04-24 09:50:59 +08:00 committed by GitHub
parent fbc8bed6a4
commit 0a21303b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -23,7 +23,7 @@
"dev": "ts-node --files src/index.ts"
},
"engines": {
"node": ">=16.0.0"
"node": "^16.0.0"
},
"devDependencies": {
"@silverhand/eslint-config": "^0.10.2",

View file

@ -78,7 +78,7 @@
"typescript": "^4.6.2"
},
"engines": {
"node": ">=14.15.0"
"node": "^16.0.0"
},
"_moduleAliases": {
"@": "./build"

View file

@ -22,6 +22,9 @@
"lint:report": "pnpm lint -- --format json --output-file report.json",
"prepack": "pnpm build"
},
"engines": {
"node": "^16.0.0"
},
"bugs": {
"url": "https://github.com/logto-io/logto/issues"
},

View file

@ -19,7 +19,7 @@
"prepack": "pnpm build"
},
"engines": {
"node": ">=14.15.0"
"node": "^16.0.0"
},
"devDependencies": {
"@silverhand/eslint-config": "^0.10.2",