Skip to content

Commit

Permalink
Merge pull request #1203 from opencomponents/deprecate-node-8-10
Browse files Browse the repository at this point in the history
Drop support for Node 8/10
  • Loading branch information
ricardo-devis-agullo committed Sep 1, 2021
2 parents 710c795 + 9ba4c0c commit 0de9432
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -2,10 +2,9 @@ language: node_js

matrix:
include:
- node_js: "8"
- node_js: "9"
- node_js: "10"
- node_js: "12"
- node_js: "14"
- node_js: "16"

notifications:
email: false
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -10,7 +10,7 @@ version: "{build}"
# what combinations to test
environment:
matrix:
- nodejs_version: 8
- nodejs_version: 12

# Get the stable version of node
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
]
},
"engines": {
"node": ">=8"
"node": ">=12"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0de9432

Please sign in to comment.