Skip to content

Commit 6b026cc

Browse files
chore(deps): update node.js to v24.5.0
1 parent 67102a8 commit 6b026cc

File tree

4 files changed

+103
-103
lines changed

4 files changed

+103
-103
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
99
with:
1010
cache: pnpm
11-
node-version: 24.4.0
11+
node-version: 24.5.0
1212
- run: pnpm install --frozen-lockfile
1313
shell: bash
1414
using: composite

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.4.0
1+
24.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@types/html-to-text": "9.0.4",
8282
"@types/js-yaml": "4.0.9",
8383
"@types/lodash": "4.17.19",
84-
"@types/node": "24.0.4",
84+
"@types/node": "24.2.1",
8585
"@types/parse-author": "2.0.3",
8686
"@types/semver": "7.7.0",
8787
"@vitest/coverage-v8": "3.2.4",

0 commit comments

Comments
 (0)