Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add NodeTool to validation pipelines (#1555)
#### Details This pull request adds NodeTool to make sure the validation pipeline use Node 16.x. I noticed the canary validation pipelines started failing yesterday with a Node version error; ubuntu-latest appears to be shipping with Node v18. ##### Motivation Fix validation pipelines. ##### Context <!-- Are there any parts that you've intentionally left out-of-scope for a later PR to handle? --> <!-- Were there any alternative approaches you considered? What tradeoffs did you consider? --> #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [n/a] Addresses an existing issue: Fixes #0000 - [x] Added relevant unit test for your changes. (`yarn test`) - [x] Verified code coverage for the changes made. Check coverage report at: `<rootDir>/test-results/unit/coverage` - [x] Ran precheckin (`yarn precheckin`)
- Loading branch information