[monorepo] Upgrade to node 22.18.0 (#27977)

* Upgrade to node 22.18.0

* Switch projects-data fixture to strip-types compatible form

GitOrigin-RevId: 4a7ec56f4a82395d2be8870526df0c679de38ab5
This commit is contained in:
Andrew Rumble
2025-08-21 09:11:11 +01:00
committed by Copybot
parent 8212483da7
commit 6190005f9b
86 changed files with 115 additions and 115 deletions

View File

@@ -75,7 +75,7 @@ services:
certs:
build:
dockerfile_inline: |
FROM node:22.17.0
FROM node:22.18.0
RUN wget -O /certgen "https://github.com/minio/certgen/releases/download/v1.3.0/certgen-linux-$(dpkg --print-architecture)"
RUN chmod +x /certgen
volumes: