Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

chore: downgrade node version required #393

Merged
merged 1 commit into from
Apr 26, 2023
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"sn-scatter-plot-ext"
],
"engines": {
"node": ">=v18.16.0"
"node": ">=v18.15.0"
},
Comment on lines 27 to 29
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or should we fully remove required node version?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either that, or tell renovate not to update engines...

"main": "dist/sn-scatter-plot.js",
"systemjs": "dist/sn-scatter-plot.systemjs.js",
Expand Down
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"semanticCommits": true,
"rangeStrategy": "bump",
"dependencyDashboard": true,
"platformAutomerge": true
"platformAutomerge": true,
"packageRules": [
{
"depTypeList": ["engines"],
"enabled": false
}
]
}
Loading