Skip to content

Commit

Permalink
RED-265 update node version (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
magonjr authored Nov 22, 2024
1 parent 91500b5 commit de847be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

## global args
ARG NODE_VERSION=18.16.1
ARG NODE_VERSION=18.19.1
ARG NODE_ENV=production

FROM node:${NODE_VERSION}
Expand Down
18 changes: 13 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4",
"@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.13",
"@svgr/webpack": "8.0.1",
"@types/node": "18.11.9",
"@types/node": "18.19.1",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/socket.io": "2.1.11",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@types/amqplib": "0.10.5",
"@types/fastify-cors": "2.1.0",
"@types/lodash": "4.14.191",
"@types/node": "18.16.1",
"@types/node": "18.19.1",
"@types/node-cron": "3.0.7",
"@types/qs": "6.9.7",
"@types/ws": "^8.5.5",
Expand Down

0 comments on commit de847be

Please sign in to comment.