Skip to content

Commit ea45fa6

Browse files
authored
Node.js: commit the latest version (#39)
1 parent d543644 commit ea45fa6

5 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>DevExpress/devextreme-renovate-config"]
4+
}

.mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tools]
2+
node = "24.15.0"
3+
4+
[hooks]
5+
enter = "mise install"

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24.15.0

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 24.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Developer Express Inc.",
77
"license": "MIT",
88
"engines": {
9-
"node": ">=20.0.0",
9+
"node": "24.15.0",
1010
"pnpm": ">=10.22.0"
1111
},
1212
"homepage": "https://github.com/DevExpress/github-actions#readme",

0 commit comments

Comments
 (0)