Upgrade Node.js from 22.18 to 24.13 (#30509)

GitOrigin-RevId: c2405a0583e68c61351f52b32ba28faec994fbc0
This commit is contained in:
Anna Claire Fields
2026-01-29 15:57:30 +01:00
committed by Copybot
parent a054938414
commit e80ce42896
95 changed files with 896 additions and 2715 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22.18.0
FROM node:24.13.0
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
&& echo \
"deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/debian $(. /etc/os-release && echo "$VERSION_CODENAME") stable" \