Skip to content

Commit eeb593f

Browse files
authored
esy 0.6.10 (#71)
1 parent 02e0e5a commit eeb593f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: git submodule update --init --recursive
3131

3232
- name: Install esy
33-
run: npm i -g esy@0.6.7
33+
run: npm i -g esy@0.6.10
3434

3535
- name: Restore esy install cache
3636
uses: actions/cache@v1

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt-get update \
44
&& DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm git rsync m4 curl zip \
55
&& rm -rf /var/lib/apt/lists/*
66

7-
RUN npm i -g esy@0.6.7
7+
RUN npm i -g esy@0.6.10

0 commit comments

Comments
 (0)