Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
67 changes: 34 additions & 33 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,37 +219,38 @@ jobs:
shell: bash
run: pnpm vectors

# wagmi:
# name: Wagmi
# needs: [build, types]
# runs-on: ubuntu-latest
# timeout-minutes: 10
# strategy:
# matrix:
# typescript-version: ['5.7.2', '5.8.2', '5.9.2', 'latest']

# steps:
# - name: Clone repository
# uses: actions/checkout@v4
# with:
# submodules: 'recursive'

# - name: Install dependencies
# uses: ./.github/actions/install-dependencies

# - name: Setup wagmi
# uses: ./.github/actions/setup-wagmi
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - run: pnpm add -D -w typescript@${{ matrix.typescript-version }}
# working-directory: ./wagmi

# - name: Check types
# run: pnpm check:types
# working-directory: ./wagmi

# - name: Check build
# run: pnpm build
# working-directory: ./wagmi
wagmi:
name: Wagmi
permissions:
contents: read
needs: [build, types]
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
typescript-version: ['5.7.2', '5.8.2', '5.9.2', 'latest']

steps:
- name: Clone repository
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Setup wagmi
uses: ./.github/actions/setup-wagmi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: pnpm add -D -w typescript@${{ matrix.typescript-version }}
working-directory: ./wagmi

- name: Check types
run: pnpm check:types
working-directory: ./wagmi

- name: Check build
run: pnpm build
working-directory: ./wagmi
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@
"vitest": "^3.2.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=24.5"
"devEngines": {
"runtime": {
"name": "node",
"version": "^24.5.1",
"onFail": "download"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm check"
Expand Down
117 changes: 106 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading