Merge pull request #14138 from overleaf/bg-em-jpa-mj-node-18

Upgrade all services to Node 18

GitOrigin-RevId: c53cd1aaab2fe99b51186911bb068f9fe31a9469
This commit is contained in:
Jakob Ackermann
2023-08-02 16:09:11 +02:00
committed by Copybot
parent 013d42d03b
commit a797fb2be7
95 changed files with 112 additions and 111 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.17.1 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:18.16.1 npm run --silent
format:
$(RUN_LINTING) format