Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
ci: drop node8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Jan 13, 2020
1 parent 413a9e4 commit 333fb7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- 12
- 10
- 8
notifications:
email:
on_success: change
Expand Down

4 comments on commit 333fb7a

@dsmoosh0
Copy link

Choose a reason for hiding this comment

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

Hi! Should the "engines" property be changed in the package.json as well?

@Kikobeats
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch! Can you make a PR? 🙂

@dsmoosh0
Copy link

Choose a reason for hiding this comment

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

Yes I'm about to make a PR to fix #176 anyway so I will add this one too :) I will set it to ">= 10" If that's okey?

@Kikobeats
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes!

Please sign in to comment.