We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67102a8 commit 6bb8d11Copy full SHA for 6bb8d11
.github/actions/prepare/action.yml
@@ -8,7 +8,7 @@ runs:
8
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
9
with:
10
cache: pnpm
11
- node-version: 24.4.0
+ node-version: 24.8.0
12
- run: pnpm install --frozen-lockfile
13
shell: bash
14
using: composite
.nvmrc
@@ -1 +1 @@
1
-24.4.0
+24.8.0
package.json
@@ -81,7 +81,7 @@
81
"@types/html-to-text": "9.0.4",
82
"@types/js-yaml": "4.0.9",
83
"@types/lodash": "4.17.19",
84
- "@types/node": "24.0.4",
+ "@types/node": "24.5.2",
85
"@types/parse-author": "2.0.3",
86
"@types/semver": "7.7.0",
87
"@vitest/coverage-v8": "3.2.4",
0 commit comments