diff --git a/.github/workflows/firebase-hosting-deploy.yml b/.github/workflows/firebase-hosting-deploy.yml index 0123682..b1b05ff 100644 --- a/.github/workflows/firebase-hosting-deploy.yml +++ b/.github/workflows/firebase-hosting-deploy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: yarn + cache: yarn cache-dependency-path: source/yarn.lock - name: Build run: cd source && yarn build