Skip to content

Commit

Permalink
chore: bump deps and fixed ci (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Apr 30, 2020
1 parent 247bae4 commit ea41377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ci

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"faucet": "0.0.1",
"license-checker": "^25.0.1",
"mqemitter": "^4.1.2",
"nyc": "^15.0.0",
"nyc": "^15.0.1",
"pre-commit": "^1.2.2",
"pump": "^3.0.0",
"release-it": "^13.3.0",
Expand Down

0 comments on commit ea41377

Please sign in to comment.