Skip to content

Commit

Permalink
update node to 18.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmxdiqbal authored and urnotsam committed Nov 22, 2024
1 parent 197d67a commit 12b5af7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile:1

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

FROM node:18.16.1-alpine
Expand Down
16 changes: 12 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/hapi__sntp": "^3.1.4",
"@types/jest": "29.5.14",
"@types/jsonwebtoken": "8.5.9",
"@types/node": "^18.16.1",
"@types/node": "18.19.1",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.60.1",
Expand Down

0 comments on commit 12b5af7

Please sign in to comment.