We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a014d4 commit a7b4a51Copy full SHA for a7b4a51
.github/workflows/sonar-scanner.yml
@@ -20,13 +20,13 @@ jobs:
20
github.event.pull_request.head.repo.full_name == github.repository ||
21
github.event_name != 'pull_request_target') }}
22
run: echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1
23
- - name: Use Node.js 13
+ - name: Use Node.js 18
24
uses: actions/setup-node@v1
25
with:
26
- node-version: 13
+ node-version: 18
27
- name: Build with npm
28
run: |
29
- npm ci
+ npm ci --legacy-peer-deps
30
npm run build --if-present
31
npm test
32
npm run coverage
0 commit comments