Skip to content

Commit dc6f2f1

Browse files
chore(deps): update dependency node to v24
1 parent 58186a3 commit dc6f2f1

File tree

5 files changed

+26
-25
lines changed

5 files changed

+26
-25
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 20
37+
node-version: 24
3838
cache: 'pnpm'
3939
- name: Install dependencies
4040
run: pnpm install
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node
5454
uses: actions/setup-node@v4
5555
with:
56-
node-version: 20
56+
node-version: 24
5757
cache: 'pnpm'
5858
- name: Install dependencies
5959
run: pnpm install --frozen-lockfile

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: 24
2929
cache: 'pnpm'
3030
- name: Install dependencies
3131
run: pnpm install

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node
5555
uses: actions/setup-node@v4
5656
with:
57-
node-version: 20
57+
node-version: 24
5858
cache: 'pnpm'
5959
- name: Install dependencies
6060
run: pnpm install
@@ -128,7 +128,7 @@ jobs:
128128
- name: Setup Node
129129
uses: actions/setup-node@v4
130130
with:
131-
node-version: 20
131+
node-version: 24
132132
cache: 'pnpm'
133133
- name: Install dependencies
134134
run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tanstack/react-query-devtools": "5.83.0",
6363
"@tanstack/react-table": "8.21.3",
6464
"@types/lodash-es": "4.17.12",
65-
"@types/node": "22.9.0",
65+
"@types/node": "24.9.1",
6666
"@types/plotly.js-basic-dist": "1.54.4",
6767
"@types/prismjs": "1.26.5",
6868
"@types/react": "19.1.8",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)