forked from sr2/cloud-api
ci: node installation within container
This commit is contained in:
parent
5d2420261c
commit
08ebba8918
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/astral-sh/uv:alpine
|
image: ghcr.io/astral-sh/uv:alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v4
|
- run: apk add --no-cache nodejs npm
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue