Skip to content

Commit 44fac64

Browse files
authored
Merge pull request #293 from loopbackio/drop-node20
chore: drop Node.js 20 support
2 parents 0d4aa59 + 0314c72 commit 44fac64

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [20, 22, 24]
16+
node-version: [22, 24, 26]
1717
steps:
1818
- name: Git checkout
1919
uses: actions/checkout@v6
@@ -31,10 +31,10 @@ jobs:
3131
timeout-minutes: 60
3232
steps:
3333
- uses: actions/checkout@v6
34-
- name: Use Node.js 20
34+
- name: Use Node.js 24
3535
uses: actions/setup-node@v6
3636
with:
37-
node-version: 20
37+
node-version: 24
3838
- name: Bootstrap project
3939
run: |
4040
npm ci --ignore-scripts
@@ -49,10 +49,10 @@ jobs:
4949
- uses: actions/checkout@v6
5050
with:
5151
fetch-depth: 0
52-
- name: Use Node.js 20
52+
- name: Use Node.js 24
5353
uses: actions/setup-node@v6
5454
with:
55-
node-version: 20
55+
node-version: 24
5656
- name: Bootstrap project
5757
run: |
5858
npm ci --ignore-scripts

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "6.0.7",
44
"description": "Loopback REST Connector",
55
"engines": {
6-
"node": ">=20"
6+
"node": ">=22"
77
},
88
"keywords": [
99
"LoopBack",
@@ -46,5 +46,5 @@
4646
"url": "https://github.com/loopbackio/loopback-connector-rest.git"
4747
},
4848
"license": "MIT",
49-
"author": "IBM Corp."
49+
"author": "IBM Corp. and LoopBack contributors"
5050
}

0 commit comments

Comments
 (0)