File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ name: Elixir CI
3
3
on :
4
4
pull_request :
5
5
push :
6
- branches : [master, stable]
7
6
merge_group :
8
7
9
8
concurrency :
10
9
group : ${{ github.workflow }}-${{ github.ref }}
11
10
cancel-in-progress : true
12
11
13
12
env :
14
- CACHE_VERSION : v8
13
+ CACHE_VERSION : release-v215
15
14
PERSISTENT_CACHE_DIR : cached
16
15
17
16
jobs :
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ RUN mkdir /app
20
20
WORKDIR /app
21
21
22
22
# 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
25
24
26
25
COPY mix.exs ./
27
26
COPY mix.lock ./
You can’t perform that action at this time.
0 commit comments