Skip to content

Commit

Permalink
Merge pull request #45 from snyk/feat/update_node+_version
Browse files Browse the repository at this point in the history
feat: move policy to node 8
  • Loading branch information
odinn1984 committed Jul 22, 2020
2 parents a4aead4 + 3303d2a commit 14b204a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -12,6 +12,6 @@
],
"rules": {
"no-console": "warn",
"no-empty": "warn",
"no-empty": "warn"
}
}
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
8
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,9 +6,9 @@ cache:
notifications:
email: false
node_js:
- '12'
- '10'
- '8'
- '6'
install:
- npm install
script:
Expand Down

0 comments on commit 14b204a

Please sign in to comment.