Skip to content

Commit c0801dd

Browse files
committed
Specify pnpm version in 1 place (package.json)
1 parent d0c9db5 commit c0801dd

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/anchor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@v5
109109
- uses: pnpm/action-setup@v4
110-
with:
111-
version: 10
112110
- uses: heyAyushh/setup-anchor@v4.999
113111
with:
114112
anchor-version: 0.32.1

.github/workflows/solana-native.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ jobs:
191191
# Make the script executable
192192
chmod +x build_and_test.sh
193193
194-
# pnpm is already installed via pnpm/action-setup
195194
- name: Setup Solana Stable
196195
uses: heyAyushh/setup-solana@v5.9
197196
with:

.github/workflows/solana-pinocchio.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ jobs:
191191
# Make the script executable
192192
chmod +x build_and_test.sh
193193
194-
# pnpm is already installed via pnpm/action-setup
195194
- name: Setup Solana Stable
196195
uses: heyAyushh/setup-solana@v5.9
197196
with:

0 commit comments

Comments
 (0)