Skip to content

Commit 0162eac

Browse files
update nvmrc and ci-cd scripts to use NodeJS 16
1 parent d8f143d commit 0162eac

File tree

4 files changed

+9008
-19
lines changed

4 files changed

+9008
-19
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up nodejs
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: '14'
32+
node-version: '16.16.0'
3333
cache: 'npm'
3434

3535
- name: npm ci

.github/workflows/sonar-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up nodejs
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: '14'
25+
node-version: '16.16.0'
2626
cache: 'npm'
2727

2828
- name: npm CI

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14
1+
v16.16.0

0 commit comments

Comments
 (0)