fix: widen engines.node to include Node.js 24 LTS (#24419) (#24469)

Backport of https://github.com/coder/coder/pull/24419

Original PR: #24419 — fix: widen engines.node to include Node.js 24 LTS
Merge commit: 1f194dcdff
Requested by: @CommanderK5

Co-authored-by: Jakub Domeracki <jakub@coder.com>
This commit is contained in:
github-actions[bot]
2026-04-17 14:30:01 +02:00
committed by GitHub
parent 2f5d21d1be
commit a4e873e64f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
},
"engines": {
"npm": ">=9.0.0 <10.0.0",
"node": ">=18.0.0 <23.0.0"
"node": ">=18.0.0 <25.0.0"
},
"pnpm": {
"overrides": {
+1 -1
View File
@@ -194,7 +194,7 @@
},
"engines": {
"pnpm": ">=10.0.0 <11.0.0",
"node": ">=18.0.0 <23.0.0"
"node": ">=18.0.0 <25.0.0"
},
"pnpm": {
"overrides": {