Skip to content

Commit

Permalink
Merge pull request #173 from personalmoney/develop
Browse files Browse the repository at this point in the history
Transaction page changes
  • Loading branch information
bhagavan44 authored Oct 28, 2021
2 parents 6c84cca + a3dc74e commit ed39a07
Show file tree
Hide file tree
Showing 7 changed files with 4,764 additions and 2,704 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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down
Loading

0 comments on commit ed39a07

Please sign in to comment.