run on docker and install packages
This commit is contained in:
parent
38e7e893f0
commit
7877f5471b
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker.io/alpine:3.21.2
|
||||
steps:
|
||||
- run: apk update && apk add --no-cache nodejs git
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
|
Loading…
Reference in a new issue