Skip to content

Commit a121deb

Browse files
chore(deps): update dependency node to v24.13.1
1 parent ecff284 commit a121deb

File tree

3 files changed

+228
-525
lines changed

3 files changed

+228
-525
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ steps.release.outputs.releases_created == 'true' || github.event.inputs.publish == 'true' }}
4444
uses: actions/setup-node@v6
4545
with:
46-
node-version: 24
46+
node-version: 24.13.1
4747

4848
- name: Install pnpm
4949
if: ${{ steps.release.outputs.releases_created == 'true' || github.event.inputs.publish == 'true' }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@types/babel__traverse": "^7.28.0",
9696
"@types/debug": "^4.1.12",
9797
"@types/lodash-es": "^4.17.12",
98-
"@types/node": "^20.19.28",
98+
"@types/node": "^24.10.13",
9999
"@vitest/coverage-istanbul": "^4.0.17",
100100
"eslint": "^9.39.2",
101101
"husky": "^9.1.7",

0 commit comments

Comments
 (0)