Fallback build was missing nodejs installation
This commit is contained in:
parent
6ed583f64f
commit
e1b08cc096
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ jobs:
|
||||||
tee /etc/apt/sources.list.d/docker.list > /dev/null; \
|
tee /etc/apt/sources.list.d/docker.list > /dev/null; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
-
|
||||||
|
name: Install Node.js
|
||||||
|
run: apk add nodejs npm
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Reference in a new issue