Skip to content

Commit

Permalink
chore(deps): update node.js to >=v12.22.2 (#2966)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and AlCalzone committed Jul 6, 2021
1 parent 4dabbd6 commit 6cd8c4e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">=12.0.0"
"node": ">=v12.22.2"
},
"scripts": {
"build": "yarn ts maintenance/prebuild.ts && tsc -b tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">=12.0.0"
"node": ">=v12.22.2"
},
"dependencies": {
"@alcalzone/jsonl-db": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/maintenance/package.json
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">=12.0.0"
"node": ">=v12.22.2"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/serial/package.json
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">=12.0.0"
"node": ">=v12.22.2"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">=12.0.0"
"node": ">=v12.22.2"
},
"dependencies": {
"alcalzone-shared": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">=12.0.0"
"node": ">=v12.22.2"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/zwave-js/package.json
Expand Up @@ -57,7 +57,7 @@
"url": "https://github.com/sponsors/AlCalzone/"
},
"engines": {
"node": ">=12.0.0"
"node": ">=v12.22.2"
},
"scripts": {
"b": "yarn ts maintenance/_build.ts",
Expand Down

0 comments on commit 6cd8c4e

Please sign in to comment.