Skip to content

Commit 894597e

Browse files
committed
svm: ci fix
1 parent 21d1acc commit 894597e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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"

0 commit comments

Comments
 (0)