Skip to content

Commit

Permalink
Merge 69bcc87 into 5cbb7fd
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 9, 2020
2 parents 5cbb7fd + 69bcc87 commit 8814a67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup
uses: actions/setup-node@v1
with:
Expand All @@ -29,6 +29,7 @@ jobs:
CI: true
run: |
npm test -- --ci --coverage
ls -l './artifacts/coverage'
- name: Build
run: |
npm run build
Expand Down
6 changes: 3 additions & 3 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 @@ -99,7 +99,7 @@
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.5",
"@types/node": "^14.11.8",
"@types/react": "^16.9.51",
"@types/react-is": "^16.7.1",
"@typescript-eslint/eslint-plugin": "^4.4.0",
Expand Down

0 comments on commit 8814a67

Please sign in to comment.