fix build

This commit is contained in:
ruslandoga
2025-01-16 17:13:00 +03:00
parent effb1888ef
commit 8a8b1db71e
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,6 @@ name: Elixir CI
on:
pull_request:
push:
branches: [master, stable]
merge_group:
concurrency:
@ -11,7 +10,7 @@ concurrency:
cancel-in-progress: true
env:
CACHE_VERSION: v8
CACHE_VERSION: release-v215
PERSISTENT_CACHE_DIR: cached
jobs:

View File

@ -20,8 +20,7 @@ RUN mkdir /app
WORKDIR /app
# install build dependencies
RUN apk add --no-cache git nodejs yarn python3 npm ca-certificates wget gnupg make gcc libc-dev brotli && \
npm install npm@latest -g
RUN apk add --no-cache git "nodejs-current=21.7.3-r0" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
COPY mix.exs ./
COPY mix.lock ./