Skip to content

Commit 5c681a8

Browse files
chore(): pin node.js to v16.17.0
| datasource | package | from | to | | ----------- | ----------- | -------- | -------- | | github-tags | nodejs/node | 16.16.0 | v16.17.0 | | github-tags | nodejs/node | v16.16.0 | v16.17.0 |
1 parent 9e86edd commit 5c681a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.16.0
1+
16.17.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A simple Node.js API, written using Typescript and Express",
55
"main": "src/index.ts",
66
"engines": {
7-
"node": ">=v16.16.0"
7+
"node": ">=v16.17.0"
88
},
99
"author": "Nicolas Pearson",
1010
"repository": {

0 commit comments

Comments
 (0)