Skip to content

Commit 1090e06

Browse files
chore(deps): update dependency node to v24
1 parent 252f333 commit 1090e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.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)