Перевёл сборщика на образ с Debian
Some checks failed
/ build (push) Failing after 4m16s

This commit is contained in:
Иван Кузьменко 2025-07-17 21:17:34 +03:00
parent 61056a65a2
commit cc39167a8e

View file

@ -3,13 +3,13 @@ on:
branches:
- master
jobs:
test:
build:
runs-on: docker
container:
image: docker.io/library/node:24-alpine
image: docker.io/library/node:24
steps:
- name: Install Git
run: apk add --no-cache git
run: sudo apt update && sudo apt install git
- name: Checkout code
uses: actions/checkout@v4