Skip to content

Commit

Permalink
Fixes #38125 - Drop NodeJS 14 support
Browse files Browse the repository at this point in the history
We no longer have deployment targets with these versions and it's
holding back use of the latest libraries.
  • Loading branch information
ekohl committed Jan 7, 2025
1 parent fb512ee commit 907447e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/matrix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"postgresql": ["13"],
"ruby": ["2.7", "3.0"],
"node": ["14", "18"]
"node": ["18"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Foreman isn't really a node module, these are just dependencies needed to build the webpack bundle. 'dependencies' are the asset libraries in use and 'devDependencies' are used for the build process.",
"private": true,
"engines": {
"node": ">=14.0.0 <21.0.0"
"node": ">=18.0.0 <21.0.0"
},
"scripts": {
"lint": "tfm-lint",
Expand Down

0 comments on commit 907447e

Please sign in to comment.