Skip to content

Commit 2f94fcd

Browse files
committed
v2.0
1 parent b6335f6 commit 2f94fcd

File tree

27 files changed

+623
-340
lines changed

27 files changed

+623
-340
lines changed

.github/workflows/solana-native.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Use Node.js
107107
uses: actions/setup-node@v4
108108
with:
109-
node-version: 20.x
109+
node-version: 'lts/*'
110110
check-latest: true
111111
- name: Setup build environment
112112
id: setup
@@ -180,7 +180,7 @@ jobs:
180180
# Install pnpm
181181
npm install --global pnpm
182182
- name: Setup Solana Beta
183-
uses: heyAyushh/setup-solana@v5.9
183+
uses: heyAyushh/setup-solana@v2
184184
with:
185185
solana-cli-version: beta
186186
- name: Build and Test with Beta
@@ -190,7 +190,7 @@ jobs:
190190
rustc -V
191191
process_projects "beta"
192192
- name: Setup Solana Stable
193-
uses: heyAyushh/setup-solana@v5.5
193+
uses: heyAyushh/setup-solana@v2
194194
with:
195195
solana-cli-version: stable
196196
- name: Build and Test with Stable

.github/workflows/steel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
chmod +x build_and_test.sh
238238
239239
- name: Setup Solana Beta
240-
uses: heyAyushh/setup-solana@v5.9
240+
uses: heyAyushh/setup-solana@v2
241241
with:
242242
solana-cli-version: beta
243243
- name: Build and Test with Beta
@@ -252,7 +252,7 @@ jobs:
252252
process_projects "beta"
253253
sccache --show-stats
254254
- name: Setup Solana Stable
255-
uses: heyAyushh/setup-solana@v5.9
255+
uses: heyAyushh/setup-solana@v2
256256
with:
257257
solana-cli-version: stable
258258
- name: Build and Test with Stable

0 commit comments

Comments
 (0)