Skip to content

Commit

Permalink
Merge pull request #2 from cidinene/cidinene-patch-1
Browse files Browse the repository at this point in the history
resolving ts regression node 18.0
  • Loading branch information
cidinene committed Mar 22, 2023
2 parents 3dcd523 + f036176 commit fe5b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asw2223.yml
Original file line number Diff line number Diff line change
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 fe5b0f3

Please sign in to comment.