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