Skip to content

Commit

Permalink
Update Node.js to v22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 219adce commit 2a1e5ec
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.13.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.13
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.13
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.13
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 @@ -42,7 +42,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 @@ -2325,7 +2325,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.12
resolution: "@types/node@npm:20.17.12"
dependencies:
Expand Down Expand Up @@ -10016,7 +10016,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 2a1e5ec

Please sign in to comment.