Skip to content

Commit

Permalink
Drop node 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed May 5, 2021
1 parent 4bcfa7f commit 899c3fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ os:
node_js:
- "10"
- "12"
- "14"

cache: npm

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -5,6 +5,7 @@ environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {},
"engines": {
"node": ">=8"
"node": ">=10"
},
"standard": {
"ignore": [
Expand Down

2 comments on commit 899c3fa

@balazsorban44
Copy link

Choose a reason for hiding this comment

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

Just curious, why not drop Node 10 as well at the same time?

@motdotla
Copy link
Owner Author

Choose a reason for hiding this comment

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

that will probably happen soon but typically we've spaced them out a bit.

Please sign in to comment.