Skip to content

Commit 421527e

Browse files
chore(deps): bump node to 24.17 (#5187)
1 parent 383af88 commit 421527e

5 files changed

Lines changed: 70 additions & 88 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG VARIANT="24-bookworm"
1+
ARG VARIANT="24.17-bookworm"
22
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:1-${VARIANT}
33

4-
# Install 24.14.0 version of Node.js using nvm
5-
ARG EXTRA_NODE_VERSION="24.14.0"
4+
# Install 24.17 version of Node.js using nvm
5+
ARG EXTRA_NODE_VERSION="24.17"
66
RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
77

88
## install emscripten

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.0
1+
24.17

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.14.0-bookworm
1+
FROM node:24.17-bookworm
22

33
# use bash as default shell
44
SHELL ["/bin/bash", "-c"]

package-lock.json

Lines changed: 63 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"private": true,
1010
"type": "module",
1111
"engines": {
12-
"node": "=24.14.0",
13-
"npm": ">=11.9.0"
12+
"node": "=24.17",
13+
"npm": ">=11.13.0"
1414
},
1515
"comments": {
1616
"scripts": {

0 commit comments

Comments
 (0)