Skip to content

Commit afd4685

Browse files
committed
build: update Node.js 20 -> 22
1 parent 6f9ab74 commit afd4685

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nvmrc

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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 AS frontend
1+
FROM node:22 AS frontend
22

33
# Make build & post-install scripts behave as if we were in a CI environment (e.g. for logging verbosity purposes).
44
ARG CI=true
@@ -109,7 +109,7 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
109109
USER tbx
110110

111111
# Install nvm and node/npm
112-
ARG NVM_VERSION=0.39.5
112+
ARG NVM_VERSION=0.40.3
113113
COPY --chown=tbx .nvmrc ./
114114
RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh | bash \
115115
&& bash --login -c "nvm install --no-progress && nvm alias default $(nvm run --silent --version)"

0 commit comments

Comments
 (0)