Skip to content

Commit

Permalink
attempt to fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jun 29, 2024
1 parent 0925894 commit abeaa47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ runs:
uses: pnpm/action-setup@v4
with:
version: 9.4.0
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
shell: bash
- name: Install Solana
uses: metaplex-foundation/actions/install-solana@v1
with:
Expand Down

0 comments on commit abeaa47

Please sign in to comment.