Skip to content

Commit

Permalink
Attempt to use node16 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jul 3, 2022
1 parent 15b53a4 commit 2afd9a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions emulator-run-cmd/package-lock.json

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

2 changes: 1 addition & 1 deletion emulator-run-cmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@types/node": "^16.10.0",
"jest": "^25.5.4",
"jest-circus": "^25.5.4",
"ts-jest": "^25.4.0",
Expand Down
6 changes: 3 additions & 3 deletions install-sdk/package-lock.json

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

2 changes: 1 addition & 1 deletion install-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"@types/node": "^16.10.0",
"jest": "^25.5.4",
"jest-circus": "^25.5.4",
"ts-jest": "^25.4.0",
Expand Down

0 comments on commit 2afd9a4

Please sign in to comment.