Skip to content

Commit

Permalink
Update deps (#41)
Browse files Browse the repository at this point in the history
* Use mocha@8.

* Fix typo in test description.

* Modernize eslint deps.

* Add node 14 to CI.
  • Loading branch information
mattcollier authored Dec 26, 2020
1 parent 5c9252a commit 1dfc023
Show file tree
Hide file tree
Showing 4 changed files with 1,298 additions and 606 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 1dfc023

Please sign in to comment.