Skip to content

Commit ab421d8

Browse files
Update sonar-scanner.yml
1 parent c36d718 commit ab421d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
github.event.pull_request.head.repo.full_name == github.repository ||
2323
github.event_name != 'pull_request_target') }}
2424
run: echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1
25-
- name: Use Node.js 13
25+
- name: Use Node.js 16
2626
uses: actions/setup-node@v1
2727
with:
28-
node-version: 13
28+
node-version: 16
2929
- name: Build with npm
3030
run: |
3131
npm ci

0 commit comments

Comments
 (0)