Skip to content

Commit 745481b

Browse files
Merge pull request #88 from nullinside-development-group/chore/update
chore: upgrading npm
2 parents 454db7c + 3524e3f commit 745481b

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)