Skip to content

Commit

Permalink
adapted minimum required version: axios is up to date and it required…
Browse files Browse the repository at this point in the history
… nodejs 16.x
  • Loading branch information
windkh committed Sep 16, 2024
1 parent 72d6d09 commit c50d2f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20,x]
node-version: [16.x, 18.x, 20,x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "10.26.0",
"description": "Shelly nodes.",
"node-red": {
"version": ">=0.1.0",
"version": ">=3.0.0",
"nodes": {
"shelly": "shelly/99-shelly.js"
}
},
"engines": {
"node": ">=7.6.0"
"node": ">=16.0.0"
},
"keywords": [
"node-red",
Expand Down

0 comments on commit c50d2f0

Please sign in to comment.