Skip to content

Commit

Permalink
pump anchor to 0.28.0, and reuse spl-token dependency (#62)
Browse files Browse the repository at this point in the history
* pump anchor to 0.28.0, and reuse spl-token dependency

* fix ci

* fix ci anchor org name change

* fix ci node version
  • Loading branch information
codewithgun authored Dec 11, 2023
1 parent 52e9495 commit 5375974
Show file tree
Hide file tree
Showing 9 changed files with 1,604 additions and 1,118 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-anchor-cli/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ runs:
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm install -g @project-serum/anchor-cli@${{ env.ANCHOR_CLI_VERSION }} yarn
- run: npm install -g @coral-xyz/anchor-cli@${{ env.ANCHOR_CLI_VERSION }} yarn
shell: bash
6 changes: 3 additions & 3 deletions .github/workflows/ci_rs_main_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
- develop

env:
SOLANA_CLI_VERSION: 1.14.6
NODE_VERSION: 14.18.1
ANCHOR_CLI_VERSION: 0.25.0
SOLANA_CLI_VERSION: 1.16.22
NODE_VERSION: 18.14.2
ANCHOR_CLI_VERSION: 0.28.0

jobs:
changed_files:
Expand Down
Loading

0 comments on commit 5375974

Please sign in to comment.