Skip to content

Commit

Permalink
remove support for node 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdias committed Feb 17, 2022
1 parent 560447d commit eca4304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 17.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-self-healing",
"version": "0.9.2",
"version": "0.9.3",
"description": "SHEN: Self-healing extensions for Node-RED.",
"keywords": [
"node-red",
Expand Down

0 comments on commit eca4304

Please sign in to comment.