Skip to content

Commit 47af024

Browse files
author
Bengt Lofgren
committed
trying this
1 parent afd642e commit 47af024

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/solana.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,15 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- uses: actions/checkout@v4
57-
# 1) force in the old setup-node @3.8.2
58-
- name: Pin setup-node to v3.8.2
59-
uses: actions/[email protected]
60-
with:
61-
node-version: "20.11.0"
6257
- uses: metadaoproject/setup-anchor@v2
6358
with:
6459
node-version: "20.11.0"
6560
solana-cli-version: "1.18.15"
6661
anchor-version: "0.30.1"
62+
- name: Pin setup-node to v3.8.2
63+
uses: actions/[email protected]
64+
with:
65+
node-version: "20.11.0"
6766
- name: Set default Rust toolchain
6867
run: rustup default stable
6968
working-directory: ./solana

0 commit comments

Comments
 (0)