We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd642e commit 47af024Copy full SHA for 47af024
.github/workflows/solana.yml
@@ -54,16 +54,15 @@ jobs:
54
runs-on: ubuntu-latest
55
steps:
56
- 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"
62
- uses: metadaoproject/setup-anchor@v2
63
with:
64
node-version: "20.11.0"
65
solana-cli-version: "1.18.15"
66
anchor-version: "0.30.1"
+ - name: Pin setup-node to v3.8.2
+ uses: actions/[email protected]
+ with:
+ node-version: "20.11.0"
67
- name: Set default Rust toolchain
68
run: rustup default stable
69
working-directory: ./solana
0 commit comments