Skip to content

Commit

Permalink
Dev: CI run coverage on Node v18
Browse files Browse the repository at this point in the history
Known issue with V8 coverage causing process hang on Node v20.
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#known-issue
  • Loading branch information
overlookmotel committed Nov 13, 2023
1 parent ab22806 commit efef900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run cover-main
Expand Down

0 comments on commit efef900

Please sign in to comment.