diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index b0bdeba..5919ce8 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -15,7 +15,6 @@ jobs: with: node-version: 20 cache: 'npm' - cache-dependency-path: hosting/package-lock.json - run: npm ci - run: node_modules/.bin/nx build - uses: FirebaseExtended/action-hosting-deploy@v0 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 4c8b662..bd9cc58 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -17,7 +17,6 @@ jobs: with: node-version: 20 cache: 'npm' - cache-dependency-path: hosting/package-lock.json - run: npm ci - run: node_modules/.bin/nx lint - run: node_modules/.bin/nx test