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 .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: "^22"
node-version: "^24.0.0"
cache: yarn
cache-dependency-path: frontend-demo/yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: "^22"
node-version: "^24.0.0"
cache: yarn
cache-dependency-path: frontend-demo/yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: "^22"
node-version: "^24.0.0"
cache: yarn
cache-dependency-path: frontend-demo/yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: "^22"
node-version: "^24.0.0"
cache: yarn
cache-dependency-path: frontend-demo/yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

watch:
working_dir: /src
image: node:22.22
image: node:24.14@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b
entrypoint: ["/bin/sh", "-c"]
command:
- |
Expand Down
2 changes: 1 addition & 1 deletion frontend-demo/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.22.1
24.14.1
2 changes: 1 addition & 1 deletion frontend-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/jest": "^29.5.14",
"@types/jest-when": "^3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.0.0",
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
Expand Down
11 changes: 10 additions & 1 deletion frontend-demo/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading