Skip to content

Commit 3524e3f

Browse files
chore: upgrading npm
1 parent 454db7c commit 3524e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y ca-certificates curl gnupg software-pro
1313

1414
# Setup the NVM variables
1515
ENV NVM_DIR=/usr/local/nvm
16-
ENV NODE_VERSION=22.11.0
16+
ENV NODE_VERSION=22.16.0
1717
ENV NODE_PATH=$NVM_DIR/v$NODE_VERSION/lib/node_modules
1818
ENV PATH=$NVM_DIR/v$NODE_VERSION/bin:$PATH
1919

0 commit comments

Comments
 (0)