Skip to content

Commit d6ab419

Browse files
committed
chore: update Node.js version in .nvmrc and package.json to 24
1 parent c039fd4 commit d6ab419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "This is a Monorepo root package which is used to execute build scripts.",
66
"packageManager": "pnpm@10.29.2",
77
"engines": {
8-
"node": ">=20.11",
8+
"node": ">=24",
99
"pnpm": ">=10.0.0"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)