Skip to content

Commit

Permalink
Update Node.js to v22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent f39793a commit 9424573
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
install:
working_dir: /src
image: node:22.11
image: node:22.12
entrypoint: ["/bin/sh", "-c"]
command: yarn install
ports:
Expand All @@ -18,7 +18,7 @@ services:
depends_on:
install:
condition: service_completed_successfully
image: node:22.11
image: node:22.12
entrypoint: ["/bin/sh", "-c"]
command:
- |
Expand All @@ -39,7 +39,7 @@ services:
install:
condition: service_completed_successfully
working_dir: /src
image: node:22.11
image: node:22.12
entrypoint: ["/bin/sh", "-c"]
command:
- |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/jest": "^29.5.14",
"@types/jest-when": "^3",
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20, @types/node@npm:^20.11.19":
"@types/node@npm:^20.11.19":
version: 20.17.10
resolution: "@types/node@npm:20.17.10"
dependencies:
Expand Down Expand Up @@ -9656,7 +9656,7 @@ __metadata:
"@types/jest": "npm:^29.5.14"
"@types/jest-when": "npm:^3"
"@types/lodash": "npm:^4.17.13"
"@types/node": "npm:^20"
"@types/node": "npm:^22.0.0"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18.3.0"
"@typescript-eslint/eslint-plugin": "npm:^8.13.0"
Expand Down

0 comments on commit 9424573

Please sign in to comment.