From a28f69f1e592f3df7ccc790a7b5f69d1118d79d1 Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Mon, 1 Apr 2024 14:57:23 +0100 Subject: [PATCH] chore: bump anchor --- .github/workflows/anchor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/anchor.yml b/.github/workflows/anchor.yml index 94e19d43..ed393a22 100644 --- a/.github/workflows/anchor.yml +++ b/.github/workflows/anchor.yml @@ -20,11 +20,11 @@ jobs: run: npm ci - name: Install Solana run: | - sh -c "$(curl -sSfL https://release.solana.com/v1.14.20/install)" + sh -c "$(curl -sSfL https://release.solana.com/v1.18.8/install)" echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH - name: Install Anchor working-directory: ./staking - run: npm i -g @coral-xyz/anchor-cli@0.27.0 + run: npm i -g @coral-xyz/anchor-cli@0.29.0 - name: Anchor test working-directory: ./staking run: npm run test