(core) switch grist-core docker image to use node v14

Summary: As practice for upgrading node in regular grist images, this upgrades the grist-core image to v14.

Test Plan: manual

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2807
This commit is contained in:
Paul Fitzpatrick
2021-05-10 14:44:10 -04:00
parent 9a6369a4ff
commit 37521a3612
3 changed files with 25 additions and 21 deletions

View File

@@ -64,10 +64,10 @@
"why-is-node-running": "2.0.3"
},
"dependencies": {
"@gristlabs/connect-sqlite3": "0.9.11",
"@gristlabs/connect-sqlite3": "0.9.11-grist.1",
"@gristlabs/express-session": "1.17.0",
"@gristlabs/pidusage": "2.0.17",
"@gristlabs/sqlite3": "4.0.6-grist.2",
"@gristlabs/sqlite3": "4.1.1-grist.1",
"@popperjs/core": "2.3.3",
"async-mutex": "0.2.4",
"axios": "0.18.0",
@@ -113,7 +113,7 @@
"ts-interface-checker": "0.1.6",
"typeorm": "0.2.18",
"uuid": "3.3.2",
"winston": "2.4.4",
"winston": "2.4.5",
"ws": "6.1.0"
},
"resolutions": {