Skip to content

Commit 685b9df

Browse files
chore(deps): update node.js to v24
1 parent f52721a commit 685b9df

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Base Stage #
33
# ================ #
44

5-
FROM node:22-alpine AS base
5+
FROM node:24-alpine AS base
66

77
WORKDIR /usr/src/app
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@sapphire/prettier-config": "^2.0.0",
5151
"@sapphire/ts-config": "^5.0.1",
5252
"@types/gradient-string": "^1.1.6",
53-
"@types/node": "^22.14.1",
53+
"@types/node": "^24.12.2",
5454
"@typescript-eslint/eslint-plugin": "^7.13.0",
5555
"@typescript-eslint/parser": "^7.13.0",
5656
"cz-conventional-changelog": "^3.3.0",
@@ -107,6 +107,6 @@
107107
},
108108
"packageManager": "pnpm@10.24.0",
109109
"volta": {
110-
"node": "22.14.0"
110+
"node": "24.14.1"
111111
}
112112
}

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)