Skip to content

Commit cce121e

Browse files
lkostrowskiclaude
andcommitted
Bump Node.js version from 22 to 24 LTS
Update Node.js version across all configuration files: - package.json engines: >=24 <25 - Dockerfile: node:24-alpine - .devcontainer/Dockerfile: typescript-node:24 GitHub Actions workflows use node-version-file: "package.json" so they pick up the change automatically. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5a6dbd commit cce121e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/typescript-node:22 AS pnpm
1+
FROM mcr.microsoft.com/devcontainers/typescript-node:24 AS pnpm
22

33
RUN corepack enable
44

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine AS builder
1+
FROM node:24-alpine AS builder
22
RUN apk --no-cache add bash
33
RUN corepack enable && corepack prepare pnpm@10 --activate
44
WORKDIR /app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
},
240240
"packageManager": "pnpm@10.28.1",
241241
"engines": {
242-
"node": ">=22.15 <23",
242+
"node": ">=24 <25",
243243
"pnpm": ">=10"
244244
}
245245
}

0 commit comments

Comments
 (0)