Skip to content

Commit 2b9ea05

Browse files
fix(deps): update node.js to v24
1 parent d5b9edb commit 2b9ea05

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /src
33
COPY ./*.sh ./
44
RUN shellcheck -e SC1091,SC1090 ./*.sh
55

6-
FROM node:20 AS restore
6+
FROM node:24 AS restore
77
WORKDIR /src
88
COPY package.json yarn.lock ./
99
RUN yarn config set registry https://registry.npmjs.org && yarn

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@testing-library/jest-dom": "6.9.1",
1111
"@testing-library/user-event": "14.6.1",
1212
"@types/jest": "30.0.0",
13-
"@types/node": "22.19.3",
13+
"@types/node": "24.10.4",
1414
"autoprefixer": "10.4.14",
1515
"eclint": "2.8.1",
1616
"postcss": "8.4.27",

yarn.lock

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

0 commit comments

Comments
 (0)