Skip to content

Commit

Permalink
ci: update wagmi action
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 8, 2024
1 parent 1a0731f commit 0fcf16a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .github/actions/setup-wagmi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,25 @@ runs:
with:
cache: pnpm
cache-dependency-path: ./wagmi/pnpm-lock.yaml
node-version: 20
node-version: 21

- name: Build viem
shell: bash
run: bun run build

- name: Install dependencies
shell: bash
run: pnpm install --ignore-scripts
run: pnpm install
working-directory: ./wagmi

- shell: bash
run: pnpm link --dir ../wagmi
working-directory: ./src
run: pnpm i viem@file:../src -w
working-directory: ./wagmi

- name: Build packages
shell: bash
run: pnpm build
working-directory: ./wagmi

- name: Link packages
shell: bash
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
# TODO: Add 'latest' once https://github.com/wevm/viem/issues/1916 resolved
typescript-version: ['5.0.4', '5.1.6', '5.2.2', '5.3.2']
typescript-version: ['5.4.2', 'latest']

steps:
- name: Clone repository
Expand Down

0 comments on commit 0fcf16a

Please sign in to comment.