2
0
Yuki Takei 4 жил өмнө
parent
commit
26b8b2c7d3

+ 1 - 1
.github/workflows/ci.yml

@@ -383,7 +383,7 @@ jobs:
       uses: cypress-io/github-action@v2
       with:
         working-directory: ./packages/app
-        cache-key: node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
+        cache-key: node_modules-cypress-base-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
         install-command: npx lerna bootstrap -- --frozen-lockfile
         build: |
           cp config/ci/.env.local.for-ci .env.production.local