Commit 4528621
committed
ci: add setup-node to lint and e2e-test jobs
Hardened runners may not have Node.js pre-installed (reported in
#unblock-github-action-for-eng). Add explicit setup-node step to
the lint and e2e-test jobs which run npm commands but previously
relied on the runner having Node available.
The unit-test and release build jobs already have setup-node.
The coverage and dco-check jobs don't run npm commands and don't
need it.
Co-authored-by: Isaac1 parent 5a8c367 commit 4528621
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
| |||
0 commit comments