Skip to content

Commit

Permalink
Switch to NodeJS LTS 20 "Iron"
Browse files Browse the repository at this point in the history
NodeJS 18 "Hydrogen" will be EOL in April 2025, so we should switch to a
newer LTS. The latest LTS 22 "Jod" failed to build for me.

Closed #22065.

Signed-off-by: hashworks <[email protected]>
  • Loading branch information
hashworks committed Jan 10, 2025
1 parent c1a887e commit fa4c2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"ansi-html": "0.0.8"
},
"engines": {
"node": "18"
"node": "20"
}
}
4 changes: 2 additions & 2 deletions ui/packages/consul-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"webpack": "^5.74.0"
},
"engines": {
"node": "18"
"node": "20"
},
"ember": {
"edition": "octane"
Expand All @@ -211,7 +211,7 @@
]
},
"volta": {
"node": "18"
"node": "20"
},
"dependencies": {
"doctoc": "^2.0.0",
Expand Down

0 comments on commit fa4c2ae

Please sign in to comment.