Merge pull request #15506 from overleaf/jpa-node-18-18-2

[misc] upgrade Node.js from 18.18.0 to 18.18.2

GitOrigin-RevId: 747783fcb9c2a09d79a82268531f612d1ad157be
This commit is contained in:
Jakob Ackermann
2023-10-31 10:16:29 +01:00
committed by Copybot
parent ad27d44255
commit f061a4add4
82 changed files with 91 additions and 91 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.18.0 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:18.18.2 npm run --silent
format:
$(RUN_LINTING) format