Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
frolic committed Jan 22, 2025
1 parent f51e3ab commit 60571f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
uses: pnpm/action-setup@v4
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
uses: pnpm/action-setup@v4
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 60571f2

Please sign in to comment.