Skip to content

Commit

Permalink
Fixes #38115 - Drop Ruby 2.7 and 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 Dec 19, 2024
1 parent bc2dbbf commit 46024db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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"]
"ruby": ["3.0"],
"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 46024db

Please sign in to comment.