|
|
@@ -58,6 +58,7 @@ jobs:
|
|
|
uses: actions/cache@v3
|
|
|
with:
|
|
|
path: |
|
|
|
+ **/.turbo
|
|
|
**/dist
|
|
|
key: dist-ci-app-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('node_modules/.cache/turbo/*-meta.json') }}
|
|
|
restore-keys: |
|
|
|
@@ -115,10 +116,11 @@ jobs:
|
|
|
node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}-
|
|
|
node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-
|
|
|
|
|
|
- - name: Cache/Restore dist and
|
|
|
+ - name: Cache/Restore dist
|
|
|
uses: actions/cache@v3
|
|
|
with:
|
|
|
path: |
|
|
|
+ **/.turbo
|
|
|
**/dist
|
|
|
key: dist-ci-app-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('node_modules/.cache/turbo/*-meta.json') }}
|
|
|
restore-keys: |
|
|
|
@@ -186,10 +188,11 @@ jobs:
|
|
|
node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}-
|
|
|
node_modules-${{ runner.OS }}-node${{ matrix.node-version }}-
|
|
|
|
|
|
- - name: Cache/Restore dist and
|
|
|
+ - name: Cache/Restore dist
|
|
|
uses: actions/cache@v3
|
|
|
with:
|
|
|
path: |
|
|
|
+ **/.turbo
|
|
|
**/dist
|
|
|
key: dist-ci-app-${{ runner.OS }}-node${{ matrix.node-version }}-${{ hashFiles('node_modules/.cache/turbo/*-meta.json') }}
|
|
|
restore-keys: |
|