chore: specify node engine version

This commit is contained in:
Jelf 2023-09-21 22:04:21 +08:00
parent 8e94041318
commit a5473d49d0
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"dependencies": { "dependencies": {
"@nestjs/common": "^10.0.0", "@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0", "@nestjs/core": "^10.0.0",