Skip to content

Commit 77dd904

Browse files
committed
chore: drop Node.js 20 support
BREAKING CHANGE: drop Node.js 20 support Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 915849f commit 77dd904

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
node-version: [20, 22, 24]
23+
node-version: [22, 24, 26]
2424
include:
2525
- os: macos-latest
2626
node_version: 22

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "7.0.6",
44
"description": "Building blocks for LoopBack connectors",
55
"engines": {
6-
"node": ">=20"
6+
"node": ">=22"
77
},
8-
"author": "IBM Corp.",
8+
"author": "IBM Corp. and LoopBack contributors",
99
"keywords": [
1010
"StrongLoop",
1111
"LoopBack",

0 commit comments

Comments
 (0)