Skip to content

Commit ed406c6

Browse files
chore(deps): update dependency node to v24
1 parent ba357f6 commit ed406c6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set node version to 22
7474
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7575
with:
76-
node-version: 22.21.1
76+
node-version: 24.11.1
7777
cache: 'pnpm'
7878

7979
- name: Prepare
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set node version to 22
102102
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
103103
with:
104-
node-version: 22.21.1
104+
node-version: 24.11.1
105105
cache: 'pnpm'
106106

107107
- name: Prepare

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set node version to 22
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
24-
node-version: 22.21.1
24+
node-version: 24.11.1
2525
cache: 'pnpm'
2626

2727
- name: Install dependencies
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set node version to 22
5656
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5757
with:
58-
node-version: 22.21.1
58+
node-version: 24.11.1
5959
cache: 'pnpm'
6060

6161
- name: Install dependencies

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set node version to 22
3434
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3535
with:
36-
node-version: 22.21.1
36+
node-version: 24.11.1
3737
cache: 'pnpm'
3838

3939
- name: Setup Pages

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set node version to 22
1919
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
21-
node-version: 22.21.1
21+
node-version: 24.11.1
2222
cache: 'pnpm'
2323

2424
- name: Prepare

0 commit comments

Comments
 (0)