Update node to 16

This commit is contained in:
prototypa
2023-01-24 12:05:20 -05:00
parent 4b8ae1540c
commit 4178d19809

View File

@ -6,6 +6,6 @@
"container": {
"port": 3000,
"startScript": "start",
"node": "14"
"node": "16"
}
}