Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/babel/core-7.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed May 13, 2021
2 parents 587b5bc + 58128f7 commit 34a4def
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-upload-coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -18,7 +18,7 @@ jobs:
- run: npm test
- run: npm run build
- name: Upload to coveralls.io
if: ${{ matrix.node-version == '14.x' }}
if: ${{ matrix.node-version == '16.x' }}
run: npm run coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"history": "5.0.0",
"prop-types": "15.7.2",
"query-string": "6.13.7",
"query-string": "7.0.0",
"react": "16.13.1"
},
"devDependencies": {
Expand Down

0 comments on commit 34a4def

Please sign in to comment.