Skip to content

Commit 97041ea

Browse files
G4brymclaude
andauthored
fix: bump dashboard node engine to support Node 24 (G4brym#130)
Updates the engines field in the dashboard package.json from "^20 || ^18 || ^16 || ^14.19" to "^24 || ^22 || ^20 || ^18", fixing the publish CI which uses Node 24. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 44263e2 commit 97041ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/fair-apples-attack.md

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

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postcss": "^8.4.14"
3434
},
3535
"engines": {
36-
"node": "^20 || ^18 || ^16 || ^14.19",
36+
"node": "^24 || ^22 || ^20 || ^18",
3737
"npm": ">= 6.13.4",
3838
"yarn": ">= 1.21.1"
3939
}

0 commit comments

Comments
 (0)