Skip to content

Commit afaae6b

Browse files
chore(deps): update node.js to v22.15.0
1 parent 92a73ba commit afaae6b

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: 22.14.0
11+
node-version: 22.15.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-
22.14.0
1+
22.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/html-to-text": "9.0.4",
8383
"@types/js-yaml": "4.0.9",
8484
"@types/lodash": "4.17.16",
85-
"@types/node": "22.13.10",
85+
"@types/node": "22.15.11",
8686
"@types/parse-author": "2.0.3",
8787
"@types/semver": "7.7.0",
8888
"@vitest/coverage-v8": "3.0.9",

0 commit comments

Comments
 (0)