Skip to content

Commit 2a1e5ec

Browse files
Update Node.js to v22.13.0
1 parent 219adce commit 2a1e5ec

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.13.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.13
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.13
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.13
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
@@ -2325,7 +2325,7 @@ __metadata:
23252325
languageName: node
23262326
linkType: hard
23272327

2328-
"@types/node@npm:^20, @types/node@npm:^20.11.19":
2328+
"@types/node@npm:^20.11.19":
23292329
version: 20.17.12
23302330
resolution: "@types/node@npm:20.17.12"
23312331
dependencies:
@@ -10016,7 +10016,7 @@ __metadata:
1001610016
"@types/jest": "npm:^29.5.14"
1001710017
"@types/jest-when": "npm:^3"
1001810018
"@types/lodash": "npm:^4.17.13"
10019-
"@types/node": "npm:^20"
10019+
"@types/node": "npm:^22.0.0"
1002010020
"@types/react": "npm:^18"
1002110021
"@types/react-dom": "npm:^18.3.0"
1002210022
"@typescript-eslint/eslint-plugin": "npm:^8.13.0"

0 commit comments

Comments
 (0)