Merge pull request #8871 from overleaf/briangough-issue8868

Upgrade node to v16.16.0

GitOrigin-RevId: 6bc6d63aa4af1940649f1eb5966f182250ecac22
This commit is contained in:
Brian Gough
2022-07-18 08:04:37 +00:00
committed by Copybot
parent 8043485572
commit e7531eb047
66 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -1 +1 @@
16.14.2
16.16.0
+1 -1
View File
@@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
FROM node:16.14.2 as base
FROM node:16.16.0 as base
WORKDIR /overleaf/services/track-changes
+1 -1
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.14.2 npm run --silent
RUN_LINTING = docker run --rm -v $(MONOREPO):$(MONOREPO) -w $(HERE) node:16.16.0 npm run --silent
format:
$(RUN_LINTING) format
+1 -1
View File
@@ -3,6 +3,6 @@ track-changes
--docker-repos=gcr.io/overleaf-ops
--env-add=AWS_BUCKET=bucket
--env-pass-through=
--node-version=16.14.2
--node-version=16.16.0
--public-repo=True
--script-version=4.1.0
+2 -2
View File
@@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:16.14.2
image: node:16.16.0
volumes:
- .:/overleaf/services/track-changes
- ../../node_modules:/overleaf/node_modules
@@ -20,7 +20,7 @@ services:
user: node
test_acceptance:
image: node:16.14.2
image: node:16.16.0
volumes:
- .:/overleaf/services/track-changes
- ../../node_modules:/overleaf/node_modules