Skip to content

Commit 3abbc54

Browse files
chore(deps): update dependency node to v24
1 parent 14e8894 commit 3abbc54

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 22
17+
node-version: 24
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run lint

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS base
1+
FROM node:24.13.0-alpine AS base
22

33

44
FROM base AS build

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@meyfa/eslint-config": "8.0.1",
4949
"@types/mocha": "10.0.10",
5050
"@types/ms": "0.7.34",
51-
"@types/node": "22.18.8",
51+
"@types/node": "24.10.9",
5252
"c8": "10.1.3",
5353
"eslint": "9.37.0",
5454
"mocha": "11.7.4",

0 commit comments

Comments
 (0)