Skip to content

Commit 7720b90

Browse files
chore(deps): update dependency node to v24
1 parent ec392d0 commit 7720b90

File tree

3 files changed

+36
-38
lines changed

3 files changed

+36
-38
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: setup nodejs
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '24'
2222

2323
- name: release using semantic-release
2424
env:

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@semantic-release/npm": "^9.0.2",
4848
"@semantic-release/release-notes-generator": "^10.0.3",
4949
"@types/extend": "^3.0.1",
50-
"@types/node": "^12.0.8",
50+
"@types/node": "^24.0.0",
5151
"@typescript-eslint/eslint-plugin": "^5.48.0",
5252
"@typescript-eslint/parser": "^5.48.0",
5353
"axios": "^1.13.2",

0 commit comments

Comments
 (0)