-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tutorial 02 to CI #566
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @Trivo25! This will be helpful to have. I just had a comment about upgrading the Node version here and for the other tutorials
.github/workflows/test-tutorials.yml
Outdated
- uses: actions/setup-node@v3 | ||
with: | ||
# In case of version change, update README.md accordingly | ||
node-version: 16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably should update the node version here and with the other tutorials in CI because node 16 has reached end of life.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, @shimkiv has landed o1-labs/zkapp-cli#479
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the right update here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM I fixed conflicts in fe89c95
(due to this work using the previous name that we will no longer name)
@Trivo25 same comment as #577 (comment)
|
The Tutorial Runner was implemented only for Tutorial 1; this PR adds it to Tutorial 2