Skip to content

Commit

Permalink
feat: warn on outdated NodeJS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mKeRix committed Mar 13, 2021
1 parent 39c98a7 commit 36ceb79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions bin/room-assistant.js
@@ -1,6 +1,7 @@
#!/usr/bin/env node
/* eslint-disable @typescript-eslint/no-var-requires */
const pkg = require('../package.json');
require('please-upgrade-node')(pkg);
const updateNotifier = require('update-notifier');
const chalk = require('chalk');
const commandLineUsage = require('command-line-usage');
Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -44,14 +44,14 @@
"docs:build": "vuepress build docs"
},
"dependencies": {
"2d-array-rotation": "^2.1.1",
"@nestjs/common": "^7.6.12",
"@nestjs/core": "^7.6.12",
"@nestjs/platform-express": "^7.6.12",
"@nestjs/schedule": "^0.4.2",
"@nestjs/swagger": "^4.7.13",
"@nestjs/terminus": "^7.1.0",
"@willsoto/nestjs-prometheus": "^3.0.0",
"2d-array-rotation": "^2.1.1",
"async-mqtt": "^2.6.1",
"bleno": "npm:@abandonware/bleno@^0.5.1-3",
"chalk": "^4.1.0",
Expand All @@ -69,6 +69,7 @@
"mathjs": "^9.2.0",
"nest-emitter": "^1.1.1",
"nest-winston": "^1.4.0",
"please-upgrade-node": "^3.2.0",
"prom-client": "^13.1.0",
"pureimage": "^0.2.5",
"reflect-metadata": "^0.1.13",
Expand Down

0 comments on commit 36ceb79

Please sign in to comment.