Skip to content

Commit

Permalink
Merge pull request #42 from hckrnews/feature/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update all dependencies, audit fixes
  • Loading branch information
w3nl committed Nov 4, 2020
2 parents 35ef038 + f4df914 commit c6c656e
Show file tree
Hide file tree
Showing 4 changed files with 2,838 additions and 2,188 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
sudo: true
dist: trusty
dist: focal
addons:
language: node_js
node_js:
- "10"
- "12"
- "14"
- "15"
before_script:
- npm run lint
- npm run cpd
Expand Down

0 comments on commit c6c656e

Please sign in to comment.