Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d5e62865 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update CI node version

parent b2750755
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ jobs:

    strategy:
      matrix:
        node-version: [18.x]
        node-version: [20.x]

    steps:
      - name: Checkout
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ jobs:

    strategy:
      matrix:
        node-version: [18.x]
        node-version: [20.x]

    steps:
      - name: Checkout
+0 −2
Original line number Diff line number Diff line
@@ -77,8 +77,6 @@ const filterCoverage = test.pipe(
                },
            } = chunk;

            console.log(chunk);

            summary.files = summary.files.filter(
                (file) =>
                    file.path.startsWith(workingDirectory) &&