Skip to content

Commit 4a053b9

Browse files
committed
svm: ci fix
1 parent 21d1acc commit 4a053b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/svm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
run: |
2323
ANCHOR_VERSION="$(awk '/anchor_version =/ { print substr($3, 2, length($3)-2) }' Anchor.toml)"
2424
echo "::set-output name=version::${ANCHOR_VERSION}"
25-
- uses: evan-gray/anchor-test@24c04ecece7b484fa1218bab4318818b36436005
25+
- uses: evan-gray/anchor-test@06370fbca011ee48b176211b8f858789d6c33282
2626
with:
27+
node-version: "22.16.0"
2728
anchor-version: "${{steps.anchor.outputs.version}}"
2829
solana-cli-version: "${{steps.solana.outputs.version}}"
2930
working-directory: "svm"

svm/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)