Skip to content

Commit

Permalink
Merge pull request #98 from personalmoney/develop
Browse files Browse the repository at this point in the history
Bottom navigation
  • Loading branch information
bhagavan44 authored Aug 4, 2021
2 parents dda93a7 + 329b28d commit c28f00a
Show file tree
Hide file tree
Showing 17 changed files with 1,303 additions and 551 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Checkout

- name: Setup Node.js environment
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Checkout

- name: Setup Node.js environment
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Checkout

- name: Setup Node.js environment
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Checkout

- name: Setup Node.js environment
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.3.0
with:
node-version: 16.x

Expand Down
Loading

0 comments on commit c28f00a

Please sign in to comment.