mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
committed by
GitHub
parent
2f5d21d1be
commit
a4e873e64f
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user