Merge pull request #5705 from overleaf/jpa-node-14

[misc] upgrade node version from 12 to 14

GitOrigin-RevId: 15c465c7bb5e42b0c71e2dedb09cf4fe9f1d8ec6
This commit is contained in:
Jakob Ackermann
2021-11-18 14:43:07 +01:00
committed by Copybot
parent d8f4780679
commit 2261e761f4
57 changed files with 67 additions and 64 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:12.22.7 as base
FROM node:14.18.1 as base
WORKDIR /app
COPY install_deps.sh /app