Skip to content

Commit

Permalink
Upgrade npm-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein committed Aug 31, 2021
1 parent 448efb4 commit 041d76b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 22 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Clone repository
Expand All @@ -36,4 +36,3 @@ jobs:
run: npx codecov
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

50 changes: 31 additions & 19 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 @@ -67,7 +67,7 @@
"jest": "^26.6.3",
"jsdoc-to-markdown": "^7.0.1",
"lint-staged": "^10.5.4",
"npm-watch": "^0.9.0",
"npm-watch": "^0.11.0",
"pinst": "^2.1.6",
"prettier": "^2.3.2"
},
Expand Down

0 comments on commit 041d76b

Please sign in to comment.