Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.14.0
22.20.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.14
image: node:22.20
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.14
image: node:22.20
entrypoint: ["/bin/sh", "-c"]
command:
- |
Expand All @@ -39,7 +39,7 @@ services:
install:
condition: service_completed_successfully
working_dir: /src
image: node:22.14
image: node:22.20
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 @@ -2407,7 +2407,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.17
resolution: "@types/node@npm:20.17.17"
dependencies:
Expand Down Expand Up @@ -10307,7 +10307,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
Loading