Skip to content

Commit 46024db

Browse files
committed
Fixes #38115 - Drop Ruby 2.7 and NodeJS 14 support
We no longer have deployment targets with these versions and it's holding back use of the latest libraries.
1 parent bc2dbbf commit 46024db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/matrix.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"postgresql": ["13"],
3-
"ruby": ["2.7", "3.0"],
4-
"node": ["14", "18"]
3+
"ruby": ["3.0"],
4+
"node": ["18"]
55
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"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.",
66
"private": true,
77
"engines": {
8-
"node": ">=14.0.0 <21.0.0"
8+
"node": ">=18.0.0 <21.0.0"
99
},
1010
"scripts": {
1111
"lint": "tfm-lint",

0 commit comments

Comments
 (0)