Skip to content

Commit 8a8b1db

Browse files
committed
fix build
1 parent effb188 commit 8a8b1db

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/elixir.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: Elixir CI
33
on:
44
pull_request:
55
push:
6-
branches: [master, stable]
76
merge_group:
87

98
concurrency:
109
group: ${{ github.workflow }}-${{ github.ref }}
1110
cancel-in-progress: true
1211

1312
env:
14-
CACHE_VERSION: v8
13+
CACHE_VERSION: release-v215
1514
PERSISTENT_CACHE_DIR: cached
1615

1716
jobs:

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ RUN mkdir /app
2020
WORKDIR /app
2121

2222
# install build dependencies
23-
RUN apk add --no-cache git nodejs yarn python3 npm ca-certificates wget gnupg make gcc libc-dev brotli && \
24-
npm install npm@latest -g
23+
RUN apk add --no-cache git "nodejs-current=21.7.3-r0" yarn npm python3 ca-certificates wget gnupg make gcc libc-dev brotli
2524

2625
COPY mix.exs ./
2726
COPY mix.lock ./

0 commit comments

Comments
 (0)