Merge pull request #14280 from overleaf/jpa-latest-node-18

[misc] upgrade Node.js to latest version of 18, 18.17.1

GitOrigin-RevId: 58328bbd630686877c0db6266593ef186851bcc5
This commit is contained in:
Jakob Ackermann
2023-08-14 15:54:15 +02:00
committed by Copybot
parent dd71c9924e
commit 5e9498c528
87 changed files with 110 additions and 98 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:18.16.1 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:18.17.1 npm run --silent
format:
$(RUN_LINTING) format