Skip to content

Commit a7b4a51

Browse files
Update sonar-scanner.yml
1 parent 9a014d4 commit a7b4a51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonar-scanner.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
github.event.pull_request.head.repo.full_name == github.repository ||
2121
github.event_name != 'pull_request_target') }}
2222
run: echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1
23-
- name: Use Node.js 13
23+
- name: Use Node.js 18
2424
uses: actions/setup-node@v1
2525
with:
26-
node-version: 13
26+
node-version: 18
2727
- name: Build with npm
2828
run: |
29-
npm ci
29+
npm ci --legacy-peer-deps
3030
npm run build --if-present
3131
npm test
3232
npm run coverage

0 commit comments

Comments
 (0)