Skip to content

Commit bdcf3a0

Browse files
chore(deps): update node.js to v24.15.0 (#359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7efef6 commit bdcf3a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions: {}
1515

1616
env:
1717
# renovate: datasource=node-version depName=node
18-
NODE_VERSION: 24.14.1
18+
NODE_VERSION: 24.15.0
1919

2020
jobs:
2121
discovery:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
# renovate: datasource=node-version depName=node
10-
NODE_VERSION: 24.14.1
10+
NODE_VERSION: 24.15.0
1111

1212
permissions: {}
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"packageManager": "pnpm@10.33.0",
55
"volta": {
6-
"node": "24.14.1",
6+
"node": "24.15.0",
77
"pnpm": "10.33.0"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)