diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31aa0004..1f6ac076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 63420906..e7fd6e4d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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