Skip to content

Commit

Permalink
Update Node to v16.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Feb 1, 2022
1 parent 014012d commit 361a104
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.5.0]
node-version: [16.9.1]

timeout-minutes: 20

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.5.0
v16.9.1
5 changes: 3 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"typescript": "^4.3.5"
},
"engines": {
"node": "16.5.0",
"npm": "7.19.1"
"node": "16.9.1",
"npm": "7.21.1"
},
"dependencies": {}
}
4 changes: 2 additions & 2 deletions packages/app/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
"usb": "^2.1.0"
},
"engines": {
"node": "16.5.0",
"npm": "7.19.1"
"node": "16.9.1",
"npm": "7.21.1"
}
}
2 changes: 1 addition & 1 deletion packages/pure/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.5.0
16.9.1
4 changes: 2 additions & 2 deletions packages/pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"usb": "^2.1.0"
},
"engines": {
"node": "16.5.0",
"npm": "7.19.1"
"node": "16.9.1",
"npm": "7.21.1"
}
}

0 comments on commit 361a104

Please sign in to comment.