Skip to content

Commit

Permalink
Update dependencies and drop node 8 from testing (#1263)
Browse files Browse the repository at this point in the history
* Update depenencies

* Drop node 8 from tests
  • Loading branch information
shadowspawn committed May 10, 2020
1 parent 6405325 commit 790553d
Show file tree
Hide file tree
Showing 4 changed files with 2,047 additions and 902 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "lts/*"
- "10"
- "lts/*"
- "node"
cache:
directories:
Expand Down

0 comments on commit 790553d

Please sign in to comment.