Skip to content

Commit

Permalink
change checkout package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 28, 2023
1 parent aec35bd commit 3e431a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mina-graphql-port: 8080
max-attempts: 60
polling-interval-ms: 10000
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
Expand All @@ -55,5 +55,5 @@ jobs:
npm ci
git config --global user.email "[email protected]"
git config --global user.name "Test"
cd ..
ls
npx ts-node scripts/tutorial-runner.ts docs/zkapps/tutorials/01-hello-world.md

0 comments on commit 3e431a2

Please sign in to comment.