Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 28, 2023
1 parent f0bdd10 commit 00420ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
Video: https://jaywcjlove.github.io/rehype-video/
EOF
- run: cp -rp ./coverage/lcov-report dist
- run: npm install idoc@1.26.6 -g
- run: idoc
- run: cp -rp ./coverage/lcov-report dist

- uses: jaywcjlove/coverage-badges-cli@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- run: npm install
- run: npm run build
Expand Down

0 comments on commit 00420ec

Please sign in to comment.