Skip to content

Commit d151354

Browse files
chore(deps): update node.js to v24.14.0
1 parent 3509e5c commit d151354

File tree

7 files changed

+115
-147
lines changed

7 files changed

+115
-147
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.14.0

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ catalogs:
126126
'@types/markdown-it-attrs': ^4.1.3
127127
'@types/markdown-it-container': ^2.0.10
128128
'@types/markdown-it-footnote': 3.0.4
129-
'@types/node': 22.12.0
129+
'@types/node': 24.10.15
130130
'@types/sortablejs': ^1.15.8
131131
utils:
132132
js-yaml: ^4.1.0

0 commit comments

Comments
 (0)