Skip to content

Commit 9424573

Browse files
Update Node.js to v22.12.0
1 parent f39793a commit 9424573

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.11.0
1+
22.12.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.11
4+
image: node:22.12
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.11
21+
image: node:22.12
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.11
42+
image: node:22.12
4343
entrypoint: ["/bin/sh", "-c"]
4444
command:
4545
- |

package.json

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,7 @@ __metadata:
22282228
languageName: node
22292229
linkType: hard
22302230

2231-
"@types/node@npm:^20, @types/node@npm:^20.11.19":
2231+
"@types/node@npm:^20.11.19":
22322232
version: 20.17.10
22332233
resolution: "@types/node@npm:20.17.10"
22342234
dependencies:
@@ -9656,7 +9656,7 @@ __metadata:
96569656
"@types/jest": "npm:^29.5.14"
96579657
"@types/jest-when": "npm:^3"
96589658
"@types/lodash": "npm:^4.17.13"
9659-
"@types/node": "npm:^20"
9659+
"@types/node": "npm:^22.0.0"
96609660
"@types/react": "npm:^18"
96619661
"@types/react-dom": "npm:^18.3.0"
96629662
"@typescript-eslint/eslint-plugin": "npm:^8.13.0"

0 commit comments

Comments
 (0)