Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(local-node): replace deprecated node setup (#642)
## What ❔ As in commit 33174aa and `docker/zk-environment/Dockerfile` use the repo to setup node, instead of the `curl | sh`. <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ The old method is deprecated and it saves one minute waiting time instead of the deprecation banner being displayed. <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. - [ ] Spellcheck has been run via `cargo spellcheck --cfg=./spellcheck/era.cfg --code 1`. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
- Loading branch information