Skip to content

Commit

Permalink
Drop support for nodejs 10.x, add 14.x and 16.x
Browse files Browse the repository at this point in the history
Update package.json version
  • Loading branch information
parnic committed Oct 13, 2021
1 parent ba6dac4 commit 4cfffdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.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]
node-version: [12.x, 14.x, 16.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,7 +1,7 @@
{
"name": "node-screenlogic",
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
"version": "1.6.1",
"version": "1.7.0",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/parnic/node-screenlogic.git",
Expand Down

0 comments on commit 4cfffdd

Please sign in to comment.