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 8924c06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ 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
run: pnpm install
- name: Install Solana
uses: metaplex-foundation/actions/install-solana@v1
with:
Expand Down

0 comments on commit 8924c06

Please sign in to comment.