mirror of
https://github.com/plausible/analytics.git
synced 2025-03-14 10:06:38 +00:00
fix build
This commit is contained in:
3
.github/workflows/elixir.yml
vendored
3
.github/workflows/elixir.yml
vendored
@ -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:
|
||||
|
@ -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 ./
|
||||
|
Reference in New Issue
Block a user