Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

fix: transfer method polkadot js update #211

Merged
merged 3 commits into from
Nov 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove cache yarn
  • Loading branch information
Lykhoyda committed Nov 21, 2023
commit dfb2219c80b415756bb3e50d05aab39343b99184
2 changes: 0 additions & 2 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: '16.x'
- run: corepack enable
- run: yarn install --immutable
Expand Down Expand Up @@ -49,7 +48,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: '16.x'
- run: corepack enable
- name: Install
Expand Down
Loading