Skip to content

Commit 4a7fd1a

Browse files
authored
Updating to node v 17
Rewrite 9.0.0 is not compatible with node 16
1 parent ca8356c commit 4a7fd1a

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
@@ -20,10 +20,10 @@ 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 16
23+
- name: Use Node.js 17
2424
uses: actions/setup-node@v1
2525
with:
26-
node-version: 16
26+
node-version: 17
2727
- name: Build with npm
2828
run: |
2929
npm ci

0 commit comments

Comments
 (0)