Skip to content

Commit fc99809

Browse files
chore(deps): update dependency node to v24.21.0
1 parent bff70a9 commit fc99809

8 files changed

Lines changed: 41 additions & 85 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 24.18.0
27+
node-version: 24.21.0
2828
cache: pnpm
2929

3030
- name: Install Dependencies

.github/workflows/release-admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 24.18.0
30+
node-version: 24.21.0
3131
cache: pnpm
3232

3333
- name: Install Dependencies

.github/workflows/release-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 24.18.0
30+
node-version: 24.21.0
3131
cache: pnpm
3232

3333
- name: Install Dependencies

.github/workflows/release-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Node.js
2828
uses: actions/setup-node@v6
2929
with:
30-
node-version: 24.18.0
30+
node-version: 24.21.0
3131
cache: pnpm
3232

3333
- name: Install Dependencies

.github/workflows/release-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Node.js
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: 24.18.0
34+
node-version: 24.21.0
3535
cache: pnpm
3636

3737
- name: Install Dependencies

.github/workflows/vercel-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v6
3737
with:
38-
node-version: 24.18.0
38+
node-version: 24.21.0
3939
cache: pnpm
4040

4141
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/runtime": "8.0.0",
3030
"@mr-hope/tsconfig": "0.0.4",
3131
"@redocly/cli": "2.43.3",
32-
"@types/node": "22.20.1",
32+
"@types/node": "24.13.3",
3333
"@vitejs/plugin-react": "6.0.3",
3434
"cross-env": "10.1.0",
3535
"husky": "9.1.7",

pnpm-lock.yaml

Lines changed: 34 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)