We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af44c9 commit dc0b7e8Copy full SHA for dc0b7e8
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v2
27
28
- name: Install esy
29
- run: npm i -g esy@0.6.4
+ run: npm i -g esy@0.6.7
30
31
- name: Restore esy install cache
32
uses: actions/cache@v1
docker/Dockerfile
@@ -4,4 +4,4 @@ RUN apt-get update \
4
&& DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs npm git rsync m4 curl zip \
5
&& rm -rf /var/lib/apt/lists/*
6
7
-RUN npm i -g esy@0.6.4
+RUN npm i -g esy@0.6.7
0 commit comments