mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Migrate missing node:18
to node:20
(#21903)
GitOrigin-RevId: 0315d5df0ab1154d5ccadcbf11b09ec53df5728f
This commit is contained in:
parent
a1d45aa264
commit
87e7e3017a
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
18.20.4
|
||||
20.18.0
|
||||
|
|
|
@ -5,6 +5,6 @@ mongo-utils
|
|||
--env-pass-through=
|
||||
--esmock-loader=False
|
||||
--is-library=True
|
||||
--node-version=18.20.4
|
||||
--node-version=20.18.0
|
||||
--public-repo=False
|
||||
--script-version=4.5.0
|
||||
|
|
|
@ -64,7 +64,7 @@ services:
|
|||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
certs:
|
||||
image: node:18.20.4
|
||||
image: node:20.18.0
|
||||
volumes:
|
||||
- ./test/acceptance/certs:/certs
|
||||
working_dir: /certs
|
||||
|
|
|
@ -71,7 +71,7 @@ services:
|
|||
command: npm run --silent test:acceptance
|
||||
|
||||
certs:
|
||||
image: node:18.20.4
|
||||
image: node:20.18.0
|
||||
volumes:
|
||||
- ./test/acceptance/certs:/certs
|
||||
working_dir: /certs
|
||||
|
|
Loading…
Reference in a new issue