Merge pull request #9819 from overleaf/bg-node-upgrade

upgrade from node 16.16.0 to 16.17.1

GitOrigin-RevId: e1db74d950ce452303212c66ce3fe06fbd1dfe59
This commit is contained in:
Brian Gough
2022-10-03 11:15:38 +01:00
committed by Copybot
parent 350d53e31e
commit 51806703b7
66 changed files with 74 additions and 74 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) node:16.16.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.17.1 npm run --silent
format:
$(RUN_LINTING) format