Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/eslint-plugin-prom…
Browse files Browse the repository at this point in the history
…ise-6.1.1
  • Loading branch information
shazron authored Jul 9, 2023
2 parents b543133 + fc563d0 commit 9cfec9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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/codecov-action@v3.1.1
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^1.4.0",
"codecov": "^3.6.1",
"dotenv": "^8.1.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
Expand All @@ -31,12 +30,12 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"fetch-mock": "^9.10.3",
"jest": "^24.1.0",
"jest": "^29.6.1",
"jest-cli": "^24.8.0",
"jest-junit": "^10.0.0",
"jest-plugin-fs": "^2.9.0",
"jsdoc-to-markdown": "^5.0.0",
"openapi-schema-validator": "^3.0.3",
"openapi-schema-validator": "^12.1.0",
"typescript": "^4.5.4"
},
"jest": {
Expand Down

0 comments on commit 9cfec9a

Please sign in to comment.