Skip to content

Commit

Permalink
Merge a3fc834 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 + a3fc834 commit a46b509
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ 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:
node-version: ${{ matrix.node-version }}
- name: Cache
uses: actions/cache@v2
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- name: Install
run: |
npm install
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 a46b509

Please sign in to comment.