From 58cb4140351841e1431620535b6cbb330eba7c9b Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 20 Apr 2022 14:59:56 +1000 Subject: [PATCH] Remove `--frozen-lockfile` I guess it does not work due to the version of yarn used? --- .github/workflows/run.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 676c490..ceef392 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -22,6 +22,8 @@ jobs: - name: npm install uses: bahmutov/npm-install@v1 + with: + install-command: yarn - name: Run run: npm run ${{ github.event.inputs.script }}