From f03617606845e3cae2d1ca3cf8298bec6f2c8a2a Mon Sep 17 00:00:00 2001 From: Irene Cid Date: Wed, 22 Mar 2023 07:18:10 +0100 Subject: [PATCH] resolving ts regression node 18.0 https://github.com/TypeStrong/ts-node/issues/1790 --- .github/workflows/asw2223.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asw2223.yml b/.github/workflows/asw2223.yml index 9dedaec..06877ff 100644 --- a/.github/workflows/asw2223.yml +++ b/.github/workflows/asw2223.yml @@ -40,7 +40,7 @@ jobs: with: node-version: 18 - run: npm ci - - run: npm run test -- --coverage --watchAll=false --coverageReporters=lcov + - run: npm run test -- --coverage --watchAll=false --coverageReporters=lcov --rootDir=../ - name: Analyze with SonarCloud uses: sonarsource/sonarcloud-github-action@master env: