Loading .github/workflows/publish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading .github/workflows/pull_request.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [18.x] node-version: [20.x] steps: - name: Checkout Loading .github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [18.x] node-version: [20.x] steps: - name: Checkout Loading toolchain/test-runner/run-test.js +0 −2 Original line number Diff line number Diff line Loading @@ -77,8 +77,6 @@ const filterCoverage = test.pipe( }, } = chunk; console.log(chunk); summary.files = summary.files.filter( (file) => file.path.startsWith(workingDirectory) && Loading Loading
.github/workflows/publish.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
.github/workflows/pull_request.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [18.x] node-version: [20.x] steps: - name: Checkout Loading
.github/workflows/test.yml +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ jobs: strategy: matrix: node-version: [18.x] node-version: [20.x] steps: - name: Checkout Loading
toolchain/test-runner/run-test.js +0 −2 Original line number Diff line number Diff line Loading @@ -77,8 +77,6 @@ const filterCoverage = test.pipe( }, } = chunk; console.log(chunk); summary.files = summary.files.filter( (file) => file.path.startsWith(workingDirectory) && Loading