Merge pull request #7403 from overleaf/em-node-16-docstore

Upgrade docstore to Node 16

GitOrigin-RevId: 37208f5f19ff5a8b98b787e392131d1ed02dfa2a
This commit is contained in:
Eric Mc Sween
2022-04-11 08:42:24 -04:00
committed by Copybot
parent 1f4c8d4ed9
commit 47b9c6fe82
5 changed files with 6 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ HERE=$(shell pwd)
MONOREPO=$(shell cd ../../ && pwd)
# Run the linting commands in the scope of the monorepo.
# Eslint and prettier (plus some configs) are on the root.
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) gcr.io/overleaf-ops/node:14.18.3 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.14.2 npm run --silent
format:
$(RUN_LINTING) format