Merge pull request #17170 from overleaf/jpa-node-18-19-1

[misc] upgrade Node.js to 18.19.1

GitOrigin-RevId: 1bd2008682b585c3fccc65f74c90ba7fc9edc023
This commit is contained in:
Jakob Ackermann
2024-02-19 11:46:46 +00:00
committed by Copybot
parent 05edb22be0
commit 39189978ac
84 changed files with 111 additions and 105 deletions

View File

@@ -1 +1 @@
18.18.2
18.19.1

View File

@@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/overleaf/internal/
FROM node:18.18.2 as base
FROM node:18.19.1 as base
WORKDIR /overleaf/services/contacts

View File

@@ -31,10 +31,10 @@ 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.2 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:18.19.1 npm run --silent
# Same but from the top of the monorepo
RUN_LINTING_MONOREPO = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(MONOREPO) node:18.18.2 npm run --silent
RUN_LINTING_MONOREPO = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(MONOREPO) node:18.19.1 npm run --silent
format:
$(RUN_LINTING) format

View File

@@ -4,6 +4,6 @@ contacts
--env-add=
--env-pass-through=
--esmock-loader=True
--node-version=18.18.2
--node-version=18.19.1
--public-repo=False
--script-version=4.5.0

View File

@@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:18.18.2
image: node:18.19.1
volumes:
- .:/overleaf/services/contacts
- ../../node_modules:/overleaf/node_modules
@@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:18.18.2
image: node:18.19.1
volumes:
- .:/overleaf/services/contacts
- ../../node_modules:/overleaf/node_modules