From e2645a9f535ce65f756ae3a1fc2fbfac7bc2ecc1 Mon Sep 17 00:00:00 2001 From: Kushal Dave Date: Thu, 9 May 2024 09:48:51 -0700 Subject: [PATCH] Remove cache: yarn to see if that lets corepack work See https://github.com/actions/setup-node/issues/480 --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index f1d911d..fe106b1 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,6 @@ runs: - uses: actions/setup-node@v4 with: node-version-file: package.json - cache: yarn - run: yarn install --frozen-lockfile shell: bash