Skip to content

Commit

Permalink
fix: nchange node version into travis and package
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jan 19, 2020
1 parent 20a3850 commit 4347bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 9
- 10
cache:
directories:
- node_modules
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/Rogger794/iam-policies#readme",
"engines": {
"node": ">=8",
"npm": ">=5"
"node": ">=10",
"npm": ">=6"
},
"scripts": {
"pretest": "./node_modules/.bin/eslint --ignore-path .gitignore . --fix",
Expand Down

0 comments on commit 4347bd2

Please sign in to comment.