Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 4, 2024
2 parents 8989f35 + 3a5ea04 commit 07c15f6
Show file tree
Hide file tree
Showing 23 changed files with 186 additions and 190 deletions.
7 changes: 2 additions & 5 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ runs:
- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 21

- name: Set up pnpm
uses: wevm/actions/.github/actions/pnpm@main
with:
node-version: 22

2 changes: 1 addition & 1 deletion .github/actions/setup-wagmi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
cache: pnpm
cache-dependency-path: ./wagmi/pnpm-lock.yaml
node-version: 21
node-version: 22

- name: Build viem
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install dependencies
- name: Set up pnpm
uses: wevm/actions/.github/actions/pnpm@main
with:
node-version: 22

- name: Run tests
run: pnpm test:chains
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Set up pnpm
uses: wevm/actions/.github/actions/pnpm@main
with:
node-version: ${{ matrix.node-version }}
node-version: 22

- name: Set up Bun
if: ${{ matrix.runtime == 'bun' }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"size": "size-limit",
"test": "vitest -c ./test/vitest.config.ts dev",
"test:chains": "vitest test/chains.test.ts",
"test:ci": "CI=true vitest -c ./test/vitest.config.ts --coverage --retry=3 --bail=1 --pool=forks",
"test:ci": "CI=true vitest -c ./test/vitest.config.ts --coverage --retry=3 --bail=1",
"test:cov": "vitest dev -c ./test/vitest.config.ts --coverage",
"test:env": "pnpm test:env:bun && pnpm test:env:next && pnpm test:env:node && pnpm test:env:tsc && pnpm test:env:vite",
"test:env:bun": "pnpm --filter test-bun test",
Expand All @@ -50,7 +50,6 @@
"@types/bun": "^1.1.3",
"@types/fs-extra": "^9.0.13",
"@types/node": "^20.14.0",
"@viem/anvil": "0.0.10",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"abitype": "1.0.0",
Expand All @@ -59,6 +58,7 @@
"ethers": "^6.0.2",
"fs-extra": "^10.1.0",
"globby": "^13.2.2",
"prool": "^0.0.4",
"rimraf": "^4.4.1",
"simple-git-hooks": "^2.8.1",
"size-limit": "^11.1.2",
Expand Down
Loading

0 comments on commit 07c15f6

Please sign in to comment.