Skip to content

Commit e7cc193

Browse files
committed
upgrade to nodejs 22
1 parent 6440f0b commit e7cc193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blocks/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ARG NODE_DIR=${HOME}/node
109109
RUN apt-get update -qq && \
110110
apt-get install -qq --no-install-recommends gawk python3-pip python3-venv wget xz-utils
111111

112-
ARG NODE_VERSION=v20.19.3
112+
ARG NODE_VERSION=v22.18.0
113113
ARG NODE=node-${NODE_VERSION}-linux-x64
114114
WORKDIR ${HOME}
115115
RUN wget -q --no-hsts https://nodejs.org/download/release/${NODE_VERSION}/${NODE}.tar.xz && \

blocks/eda-frontend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

0 commit comments

Comments
 (0)