Skip to content

Commit 6ff321f

Browse files
committed
fix ci
1 parent 1c105af commit 6ff321f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/wallet-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
19+
cache: 'yarn'
1920

20-
- run: npm ci
21+
- run: yarn install
2122

22-
- run: npm run build
23+
- run: yarn build
2324

2425
- name: Run Wallet Create CI Test
2526
run: node test/createWalletCI.mjs

0 commit comments

Comments
 (0)