Skip to content

Commit

Permalink
Update auf Mocha 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo Sonderegger committed Jul 2, 2021
1 parent 7f2580f commit 53d2ef4
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
145 changes: 67 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jsdoc-baseline": "^0.1.5",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.3.2",
"mocha": "^9.0.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"raw-loader": "^4.0.2",
Expand Down

0 comments on commit 53d2ef4

Please sign in to comment.