Skip to content

Commit 3db469f

Browse files
committed
update pipliens with node v16
1 parent 0c6d607 commit 3db469f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/code-quality-pipline.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v2
3030
with:
31-
node-version: '14.18'
31+
node-version: '16'
3232
cache: 'yarn'
3333
cache-dependency-path: yarn.lock
3434

@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node
5757
uses: actions/setup-node@v2
5858
with:
59-
node-version: '14.18'
59+
node-version: '16'
6060
cache: 'yarn'
6161
cache-dependency-path: yarn.lock
6262

@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup Node
101101
uses: actions/setup-node@v2
102102
with:
103-
node-version: '14.18'
103+
node-version: '16'
104104
cache: 'yarn'
105105
cache-dependency-path: yarn.lock
106106

.github/workflows/firebase-hosting-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: '14.18'
26+
node-version: '16'
2727
cache: 'yarn'
2828
cache-dependency-path: yarn.lock
2929

@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Node
7171
uses: actions/setup-node@v2
7272
with:
73-
node-version: '14.18'
73+
node-version: '16'
7474
cache: 'yarn'
7575
cache-dependency-path: yarn.lock
7676

@@ -117,7 +117,7 @@ jobs:
117117
- name: Setup Node
118118
uses: actions/setup-node@v2
119119
with:
120-
node-version: '14.18'
120+
node-version: '16'
121121
cache: 'yarn'
122122
cache-dependency-path: yarn.lock
123123

.github/workflows/manually-triggered-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v2
4040
with:
41-
node-version: '14.18'
41+
node-version: '16'
4242
cache: 'yarn'
4343
cache-dependency-path: yarn.lock
4444

0 commit comments

Comments
 (0)