Skip to content

Commit

Permalink
chore: upgrade Node to v16
Browse files Browse the repository at this point in the history
Includes a `.node-version` file for tools like `asdf` or `nvm` to use.
  • Loading branch information
eventualbuddha committed Apr 27, 2022
1 parent 14976d3 commit 6e7e18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.14.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/electron-json-storage": "^4.0.0",
"@types/jest": "^24.9.0",
"@types/memorystream": "^0.3.0",
"@types/node": "12",
"@types/node": "16.11.29",
"@types/tmp": "^0.2.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^2.15.0",
Expand Down

0 comments on commit 6e7e18d

Please sign in to comment.