Merge pull request #6481 from overleaf/jpa-node-14-18-3

[misc] upgrade node version from 14.18.1 to 14.18.3

GitOrigin-RevId: 976542fcc0271e323695c59a987dcf1614ee633e
This commit is contained in:
Jakob Ackermann
2022-01-27 10:29:20 +00:00
committed by Copybot
parent 409d8cd1a8
commit 8789296f5a
65 changed files with 72 additions and 72 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:14.18.1 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:14.18.3 npm run --silent
format:
$(RUN_LINTING) format