Skip to content

Commit dc0b7e8

Browse files
committed
esy 0.6.7
1 parent 6af44c9 commit dc0b7e8

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
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727

2828
- name: Install esy
29-
run: npm i -g esy@0.6.4
29+
run: npm i -g esy@0.6.7
3030

3131
- name: Restore esy install cache
3232
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.4
7+
RUN npm i -g esy@0.6.7

0 commit comments

Comments
 (0)