Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.16.0 #366

Closed
wants to merge 12 commits into from
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ module.exports = {
'jsdoc/empty-tags': 0, // still add docs functions marked private
'jsdoc/no-undefined-types': [1, { definedTypes: ['firebase'] }]
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: yarn test:cov

- name: Upload coverage to Codecov
if: matrix.node-version == '12.x'
if: matrix.node-version == '14.x'
uses: codecov/codecov-action@v2

- name: Run Build
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
yarn lint-staged