Skip to content

Commit c08c87a

Browse files
Update Node.js to v22.17.0
1 parent 5ea71d2 commit c08c87a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.nvmrc

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

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
install:
33
working_dir: /src
4-
image: node:22.14
4+
image: node:22.16
55
entrypoint: ["/bin/sh", "-c"]
66
command: yarn install
77
ports:
@@ -18,7 +18,7 @@ services:
1818
depends_on:
1919
install:
2020
condition: service_completed_successfully
21-
image: node:22.14
21+
image: node:22.16
2222
entrypoint: ["/bin/sh", "-c"]
2323
command:
2424
- |
@@ -39,7 +39,7 @@ services:
3939
install:
4040
condition: service_completed_successfully
4141
working_dir: /src
42-
image: node:22.14
42+
image: node:22.16
4343
entrypoint: ["/bin/sh", "-c"]
4444
command:
4545
- |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "^29.5.14",
4343
"@types/jest-when": "^3",
4444
"@types/lodash": "^4.17.13",
45-
"@types/node": "^20",
45+
"@types/node": "^22.0.0",
4646
"@types/react": "^18",
4747
"@types/react-dom": "^18.3.0",
4848
"@typescript-eslint/eslint-plugin": "^8.13.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@ __metadata:
23722372
languageName: node
23732373
linkType: hard
23742374

2375-
"@types/node@npm:^20, @types/node@npm:^20.11.19":
2375+
"@types/node@npm:^20.11.19":
23762376
version: 20.17.17
23772377
resolution: "@types/node@npm:20.17.17"
23782378
dependencies:
@@ -10259,7 +10259,7 @@ __metadata:
1025910259
"@types/jest": "npm:^29.5.14"
1026010260
"@types/jest-when": "npm:^3"
1026110261
"@types/lodash": "npm:^4.17.13"
10262-
"@types/node": "npm:^20"
10262+
"@types/node": "npm:^22.0.0"
1026310263
"@types/react": "npm:^18"
1026410264
"@types/react-dom": "npm:^18.3.0"
1026510265
"@typescript-eslint/eslint-plugin": "npm:^8.13.0"

0 commit comments

Comments
 (0)