Skip to content

Commit

Permalink
resolving ts regression node 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cidinene committed Mar 22, 2023
1 parent 3dcd523 commit f036176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asw2223.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f036176

Please sign in to comment.