diff --git a/.github/workflows/esy.yml b/.github/workflows/esy.yml index dfbd2a9..d942e9c 100644 --- a/.github/workflows/esy.yml +++ b/.github/workflows/esy.yml @@ -24,7 +24,7 @@ jobs: # It also adds `shx` globally for cross-platform shell commands - name: Setup environment run: | - npm i -g esy@0.7.1 + npm i -g esy@0.7.3 npm i -g shx - name: Checkout project