Skip to content

Commit

Permalink
update pipliens with node v16
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed May 26, 2022
1 parent 0c6d607 commit 3db469f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-quality-pipline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.18'
node-version: '16'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.18'
node-version: '16'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.18'
node-version: '16'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.18'
node-version: '16'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.18'
node-version: '16'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.18'
node-version: '16'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manually-triggered-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.18'
node-version: '16'
cache: 'yarn'
cache-dependency-path: yarn.lock

Expand Down

0 comments on commit 3db469f

Please sign in to comment.