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 02e0e5a commit eeb593fCopy full SHA for eeb593f
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: git submodule update --init --recursive
31
32
- name: Install esy
33
- run: npm i -g esy@0.6.7
+ run: npm i -g esy@0.6.10
34
35
- name: Restore esy install cache
36
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.7
+RUN npm i -g esy@0.6.10
0 commit comments