Skip to content

Commit e32ec95

Browse files
chore(deps): update node.js to v22.17.1
1 parent b893855 commit e32ec95

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.17.1

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:22.14.0 AS restore
6+
FROM node:22.17.1 AS restore
77
WORKDIR /src
88
COPY package.json yarn.lock ./
99
RUN yarn --frozen-lockfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@jest/globals": "30.0.0",
3434
"@jest/types": "30.0.0",
3535
"@types/jest": "30.0.0",
36-
"@types/node": "22.14.1",
36+
"@types/node": "22.16.4",
3737
"@types/supertest": "6.0.3",
3838
"@typescript-eslint/eslint-plugin": "8.34.0",
3939
"@typescript-eslint/parser": "8.34.0",

yarn.lock

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

0 commit comments

Comments
 (0)