Skip to content

Commit

Permalink
Merge pull request #1 from hildjj/gha
Browse files Browse the repository at this point in the history
Update codecov token
  • Loading branch information
hildjj authored Apr 24, 2024
2 parents ef62ffa + 418e6fa commit 089c5ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
- name: Test ${{ matrix.node-version }} ${{ matrix.platform }}
run: npm run test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: peggyjs/coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint": "8.57.0",
"typescript": "5.4.5"
},
"packageManager": "[email protected].4+sha512.c374b52de3de88c58fd8333df664a737279cdb0e1344ba4054d3b1fffa9a1a3670854f755dca4f16adea3f14be9896a7fcaf167409fe0c1ad60475271dafe81a",
"packageManager": "[email protected].6",
"engines": {
"node": ">=18"
}
Expand Down

0 comments on commit 089c5ed

Please sign in to comment.