Skip to content

Commit

Permalink
Merge pull request #3516 from Cryptorubic/fix-testnets
Browse files Browse the repository at this point in the history
fix-testnets
  • Loading branch information
PseudoElement authored Mar 3, 2025
2 parents a3b44e2 + 8f14227 commit e873fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
size="m"
(click)="navigateToTestnets()"
>
Tesnets
Testnets
</button>

<!-- <button-->
Expand Down

0 comments on commit e873fc1

Please # to comment.