Skip to content

Commit ae1cdaa

Browse files
chore(deps): update node.js to v24.13.0
1 parent 5eae5db commit ae1cdaa

File tree

7 files changed

+111
-146
lines changed

7 files changed

+111
-146
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 24
3333
cache: 'pnpm'
3434

3535
- name: Install dependencies

.github/workflows/lunaria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 22
36+
node-version: 24
3737
cache: 'pnpm'
3838

3939
- name: Install dependencies

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Node.js
5050
uses: actions/setup-node@v4
5151
with:
52-
node-version: 22
52+
node-version: 24
5353
cache: 'pnpm'
5454

5555
- name: Install dependencies

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 24
3333
cache: 'pnpm'
3434

3535
- name: Install dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.3.0
1+
24.13.0

0 commit comments

Comments
 (0)