Skip to content

Commit

Permalink
chore(): pin node.js to v16.16.0 (#314)
Browse files Browse the repository at this point in the history
| datasource  | package     | from     | to       |
| ----------- | ----------- | -------- | -------- |
| github-tags | nodejs/node | 16.15.1  | v16.16.0 |
| github-tags | nodejs/node | v16.15.1 | v16.16.0 |
| github-tags | nodejs/node | v16.15.1 | v16.16.0 |
| github-tags | nodejs/node | v16.15.1 | v16.16.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 7, 2022
1 parent b706008 commit 007f288
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
16.16.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"engines": {
"node": ">=v16.15.1"
"node": ">=v16.16.0"
},
"scripts": {
"clean:jest": "jest --clearCache",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/lib-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"src/**/*"
],
"engines": {
"node": ">=v16.15.1"
"node": ">=v16.16.0"
},
"scripts": {
"build": "rimraf dist && webpack --config webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/svc-consents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"src/**/*"
],
"engines": {
"node": ">=v16.15.1"
"node": ">=v16.16.0"
},
"scripts": {
"build": "rimraf dist && webpack --config webpack.config.js",
Expand Down

0 comments on commit 007f288

Please sign in to comment.