Need for pinning node is no longer relevant, allow for the latest
node v16 to be available by default.
Details
Details
- Reviewers
atul varun - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) - Commits
- rCOMMaf411e03c90a: [Nix] Unpin nodejs v16
nix develop # start `yarn dev` for web scenarios (cd landing && yarn dev &) (cd web && yarn dev &) (cd keyserver && yarn dev &) # visit local comm instance open http://localhost:3000/commlanding # cleanup background processes kill %% kill %% kill %%
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- jonringer/unpin-node
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Wasn't super thorough, but made sure that I could get keyserver/web/landing running and clicked around web app and landing page to check that they seemed to work as expected