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 1f54871 commit 9684ea0Copy full SHA for 9684ea0
.github/workflows/sonar-scanner.yml
@@ -20,10 +20,10 @@ 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 16
+ - name: Use Node.js 17
24
uses: actions/setup-node@v1
25
with:
26
- node-version: 16
+ node-version: 17
27
- name: Build with npm
28
run: |
29
npm ci
0 commit comments