Skip to content

Commit

Permalink
Merge pull request #11 from decooio/support_algorand
Browse files Browse the repository at this point in the history
Support algorand
  • Loading branch information
ziboilihua authored Dec 21, 2023
2 parents f0de74c + 65c2122 commit f9e7edf
Show file tree
Hide file tree
Showing 33 changed files with 165,761 additions and 24,113 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Setup Node v16
- name: Setup Node v18
uses: actions/setup-node@v1
with:
node-version: v16.16.0
node-version: v18.16.0

- uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Setup Node v16
- name: Setup Node v18
uses: actions/setup-node@v1
with:
node-version: v16.16.0
node-version: v18.16.0

- uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Setup Node v16
- name: Setup Node v18
uses: actions/setup-node@v1
with:
node-version: v16.16.0
node-version: v18.16.0

- uses: actions/cache@v3
with:
Expand Down
Binary file removed .yarn/install-state.gz
Binary file not shown.
Loading

0 comments on commit f9e7edf

Please sign in to comment.