Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20, 22, 24]
node-version: [22, 24, 26]
include:
- os: macos-latest
node_version: 22
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "7.0.6",
"description": "Building blocks for LoopBack connectors",
"engines": {
"node": ">=20"
"node": ">=22"
},
"author": "IBM Corp.",
"author": "IBM Corp. and LoopBack contributors",
"keywords": [
"StrongLoop",
"LoopBack",
Expand Down
Loading