Skip to content

Commit adf4040

Browse files
Fixes github actions workflow
1 parent 9d18daf commit adf4040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- run: 'npm run lint'
3535
- run: 'npm run build'
3636
- run: 'npm run cover'
37-
- run: 'nyc report --reporter=lcov > coverage.lcov && codecov'
37+
- run: 'npx nyc report --reporter=lcov > coverage.lcov && npx codecov'

0 commit comments

Comments
 (0)