Skip to content

Commit 483dc5d

Browse files
committed
try with latest pnpm action setup
1 parent 2b5d631 commit 483dc5d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/anchor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
105105
steps:
106106
- uses: actions/checkout@v4
107+
- uses: pnpm/action-setup@v4
108+
with:
109+
version: 10
107110
- uses: heyAyushh/setup-anchor@v0.31.2
108111
with:
109112
anchor-version: 0.31.1
@@ -115,7 +118,6 @@ jobs:
115118
solana-keygen new --no-bip39-passphrase --force
116119
rustc -V
117120
anchor -V
118-
npm i -g pnpm
119121
- name: Build and Test
120122
env:
121123
TOTAL_PROJECTS: ${{ needs.changes.outputs.total_projects }}

0 commit comments

Comments
 (0)