ci: provision nodejs+git before Node actions run
Some checks failed
image / image (push) Failing after 4s
Some checks failed
image / image (push) Failing after 4s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
074d1b1c90
commit
a702800dea
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ jobs:
|
|||
runs-on: pmos
|
||||
timeout-minutes: 420
|
||||
steps:
|
||||
# actions/checkout & friends are Node actions; bare alpine has no node
|
||||
- name: Provision job container
|
||||
run: apk add -q nodejs git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue