From a4fe2f462688cba11c5e0763e7c262068b2a1818 Mon Sep 17 00:00:00 2001 From: Sergey Krasnov Date: Sat, 24 Feb 2024 22:00:45 +0300 Subject: [PATCH] fix: create store directory --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index e72beea..7ed68d5 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -10,7 +10,7 @@ runs: run_install: false - name: Set pnpm-store - run: export PNPM_HOME=./.pnpm-store + run: export PNPM_HOME=./.pnpm-store && mkdir -p .pnpm-store shell: bash - name: Cache pnpm-store