diff --git a/.github/workflows/chromatic.yaml b/.github/workflows/chromatic.yaml index ce757b78c5..51f8a4fded 100644 --- a/.github/workflows/chromatic.yaml +++ b/.github/workflows/chromatic.yaml @@ -56,7 +56,6 @@ jobs: with: path: | .cache - node_modules/.cache storybook-static tsconfig.tsbuildinfo key: storybook-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('src/**/*.{ts,vue,js}', '*.config.*', '.storybook/**/*') }} diff --git a/.github/workflows/dev-release.yaml b/.github/workflows/dev-release.yaml index e2d0e686c3..4b4e26067c 100644 --- a/.github/workflows/dev-release.yaml +++ b/.github/workflows/dev-release.yaml @@ -27,11 +27,7 @@ jobs: path: | .cache dist - node_modules/.cache tsconfig.tsbuildinfo - .cache - tsconfig.tsbuildinfo - dist key: dev-release-tools-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | dev-release-tools-cache-${{ runner.os }}- diff --git a/.github/workflows/i18n.yaml b/.github/workflows/i18n.yaml index 969bb1598a..c823770adb 100644 --- a/.github/workflows/i18n.yaml +++ b/.github/workflows/i18n.yaml @@ -23,7 +23,6 @@ jobs: with: path: | ComfyUI_frontend/.cache - ComfyUI_frontend/node_modules/.cache ComfyUI_frontend/.cache key: i18n-tools-cache-${{ runner.os }}-${{ hashFiles('ComfyUI_frontend/package-lock.json') }} restore-keys: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a1f5e8dd4..0cac6ef3a8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,6 @@ jobs: uses: actions/cache@v4 with: path: | - node_modules/.cache .cache tsconfig.tsbuildinfo key: release-tools-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} @@ -136,7 +135,6 @@ jobs: uses: actions/cache@v4 with: path: | - node_modules/.cache .cache tsconfig.tsbuildinfo dist diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index f16edd2103..161388435c 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -41,6 +41,7 @@ jobs: with: node-version: lts/* cache: 'npm' + cache-dependency-path: 'ComfyUI_frontend/package-lock.json' - name: Get current time id: current-time diff --git a/.github/workflows/update-electron-types.yaml b/.github/workflows/update-electron-types.yaml index 981d33445f..642490c614 100644 --- a/.github/workflows/update-electron-types.yaml +++ b/.github/workflows/update-electron-types.yaml @@ -25,7 +25,6 @@ jobs: with: path: | .cache - node_modules/.cache key: electron-types-tools-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | electron-types-tools-cache-${{ runner.os }}- diff --git a/.github/workflows/update-manager-types.yaml b/.github/workflows/update-manager-types.yaml index ab0d5ae65f..e31fbe0500 100644 --- a/.github/workflows/update-manager-types.yaml +++ b/.github/workflows/update-manager-types.yaml @@ -29,7 +29,6 @@ jobs: uses: actions/cache@v4 with: path: | - node_modules/.cache .cache key: update-manager-tools-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | diff --git a/.github/workflows/update-registry-types.yaml b/.github/workflows/update-registry-types.yaml index 77144d50c6..c950101cb3 100644 --- a/.github/workflows/update-registry-types.yaml +++ b/.github/workflows/update-registry-types.yaml @@ -29,7 +29,6 @@ jobs: with: path: | .cache - node_modules/.cache key: update-registry-tools-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | update-registry-tools-cache-${{ runner.os }}-