Skip to content

Commit cd4533e

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 ab67e19 commit cd4533e

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
node-version: [20, 22, 24]
21+
node-version: [22, 24, 26]
2222
include:
2323
- os: macos-latest
2424
node-version: 22
@@ -34,12 +34,6 @@ jobs:
3434
uses: actions/setup-node@v6
3535
with:
3636
node-version: ${{ matrix.node-version }}
37-
- name: Update NPM (Node.js v10)
38-
if: matrix.node-version == 10
39-
run: npm install --global npm@7
40-
- name: Update NPM
41-
if: matrix.node-version != 10
42-
run: npm install --global npm@8
4337
- name: Bootstrap project
4438
run: npm ci --ignore-scripts
4539
- name: Build project

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"author": "IBM Corp. and LoopBack contributors",
1818
"engines": {
19-
"node": ">=20"
19+
"node": ">=22"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)