Skip to content

Commit

Permalink
Bump minimum Node.js version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jan 7, 2021
1 parent b62a2a1 commit e17f693
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ node_js:
- 14
- 12
- 10
- 8
script:
- npm test
- npm run lint
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -3,7 +3,6 @@ environment:
- nodejs_version: '14'
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '8'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"concurrently": "./bin/concurrently.js"
},
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
Expand Down

0 comments on commit e17f693

Please sign in to comment.