Skip to content

Commit 2352201

Browse files
chore(deps): update node.js to v24
1 parent 369886c commit 2352201

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 22.x
21+
node-version: 24.x
2222
- name: Install Dependencies
2323
run: npm install
2424
- name: Create Release Pull Request / NPM Publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"typescript": "5.9.3"
5454
},
5555
"volta": {
56-
"node": "22.22.0",
56+
"node": "24.13.0",
5757
"npm": "11.7.0"
5858
},
5959
"peerDependencies": {

0 commit comments

Comments
 (0)