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 - name: Setup node
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 20
- uses: pnpm/action-setup@v2 - uses: pnpm/action-setup@v2
with: with:

View file

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

View file

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

View file

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