1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

node 16 is now LTS

This commit is contained in:
2021-10-27 09:10:08 -04:00
parent 5b78d8b4b7
commit 6351d848c6
10 changed files with 55 additions and 60 deletions

View File

@ -11,7 +11,7 @@
},
"features": {
"git": "os-provided",
"node": "14"
"node": "16"
},
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.