chore: update CI node version

This commit is contained in:
Simon Chan 2024-07-23 18:21:40 +08:00
parent b2750755d7
commit d5e6286555
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
4 changed files with 3 additions and 5 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- uses: pnpm/action-setup@v2
with:

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- name: Checkout

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- name: Checkout

View file

@ -77,8 +77,6 @@ const filterCoverage = test.pipe(
},
} = chunk;
console.log(chunk);
summary.files = summary.files.filter(
(file) =>
file.path.startsWith(workingDirectory) &&