Commit aa769af
committed
ci(git-artifacts): ensure that node.js is available
The 'Generate bundle artifacts' step implicitly calls
`add-release-note.js`, which required node.js.
However, on our self-hosted Windows/ARM64 runners (the general
availability of GitHub's hosted runners cannot come soon enough!), we do
not install node.js. So let's use a dedicated GitHub Action to ensure
that it's there when it is needed most.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent a9f4727 commit aa769af
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
0 commit comments