Skip to content

Commit

Permalink
CU-86a0yxv6t - Implement calculate fee in the Wallet Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
endkeyCoder committed Oct 3, 2023
1 parent 4bdd136 commit 2a3fde2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install PNPM
run: npm install -g pnpm
- name: PNPM Setup
run: pnpm setup
run: npm install -g pnpm && pnpm setup
- name: Install RushJS
run: npm install -g @microsoft/rush
- name: Verify Change Logs
Expand Down

0 comments on commit 2a3fde2

Please sign in to comment.