Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/adobe/aio-lib-core…
Browse files Browse the repository at this point in the history
…-networking-4.1.0
  • Loading branch information
shazron authored Aug 15, 2023
2 parents 64363cb + 43086f6 commit 7f36332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- run: npm test
- name: upload coverage
if: success()
run: curl -s https://codecov.io/bash | bash
env:
CODECOV_NAME: ${{ runner.os }} node.js ${{ matrix.node-version }}
shell: bash
uses: codecov/[email protected]
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "^11",
"eslint-plugin-promise": "^6",
"jest": "^28",
"jest": "^29",
"jsdoc-to-markdown": "^5.0.1"
}
}

0 comments on commit 7f36332

Please sign in to comment.