Update Node to 22.15.0 (#24699)

* Run `bin/update_node 20.18.2 22.15.0`

* Remove expects on `fetchMock.callHistory.done()` to fix tests: are they necessary?

* Set node version to `22.x` in linked-url-proxy

* Increase test timeout to 30s in `github-sync`, Add waiting steps

* Define `navigator.onLine` in tests setup

GitOrigin-RevId: 75eb556e9f51b665e57497a0879b6915d14069ce
This commit is contained in:
Antoine Clausse
2025-05-16 08:06:26 +00:00
committed by Copybot
parent 2dd054d602
commit 67ab5a749a
87 changed files with 110 additions and 114 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# the base image is suitable for running web with /overleaf/services/web bind
# mounted
FROM node:20.18.2 AS base
FROM node:22.15.0 AS base
WORKDIR /overleaf/services/web