mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 11:13:43 +00:00
Merge pull request #22059 from overleaf/ar-update-node-18-in-recent-history-changes
[history-v1] Update more missed node 18 usages GitOrigin-RevId: 481e3de95dc34ef2bca38302a3ff595a92cea6ed
This commit is contained in:
parent
69021ca4b0
commit
77831b60bf
4 changed files with 2 additions and 4 deletions
|
@ -113,7 +113,6 @@ services:
|
|||
mc alias set s3 https://minio:9000 MINIO_ROOT_USER MINIO_ROOT_PASSWORD \
|
||||
|| sleep 3 && \
|
||||
mc alias set s3 https://minio:9000 MINIO_ROOT_USER MINIO_ROOT_PASSWORD
|
||||
|
||||
mc mb --ignore-existing s3/fake-user-files
|
||||
mc mb --ignore-existing s3/fake-user-files-dek
|
||||
mc mb --ignore-existing s3/fake-template-files
|
||||
|
|
|
@ -120,7 +120,6 @@ services:
|
|||
mc alias set s3 https://minio:9000 MINIO_ROOT_USER MINIO_ROOT_PASSWORD \
|
||||
|| sleep 3 && \
|
||||
mc alias set s3 https://minio:9000 MINIO_ROOT_USER MINIO_ROOT_PASSWORD
|
||||
|
||||
mc mb --ignore-existing s3/fake-user-files
|
||||
mc mb --ignore-existing s3/fake-user-files-dek
|
||||
mc mb --ignore-existing s3/fake-template-files
|
||||
|
|
|
@ -78,7 +78,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
certs:
|
||||
image: node:18.20.4
|
||||
image: node:20.18.0
|
||||
volumes:
|
||||
- ./test/acceptance/certs:/certs
|
||||
working_dir: /certs
|
||||
|
|
|
@ -80,7 +80,7 @@ services:
|
|||
retries: 20
|
||||
|
||||
certs:
|
||||
image: node:18.20.4
|
||||
image: node:20.18.0
|
||||
volumes:
|
||||
- ./test/acceptance/certs:/certs
|
||||
working_dir: /certs
|
||||
|
|
Loading…
Add table
Reference in a new issue