Skip to content

Commit 2bfb1b0

Browse files
committed
Update nightly-js-sdk.yaml
1 parent 9694f45 commit 2bfb1b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightly-js-sdk.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- name: Restore yarn build cache
4949
uses: actions/cache@v4
5050
with:
51-
path: |
52-
~/.npm
53-
${{ github.workspace }}/.next/cache
54-
# Generate a new cache whenever packages or source files change.
55-
key: ${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
51+
path: |
52+
~/.npm
53+
${{ github.workspace }}/.next/cache
54+
# Generate a new cache whenever packages or source files change.
55+
key: ${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
5656
# If source files changed but packages didn't, rebuild from a prior cache.
5757
restore-keys: |
5858
${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-

0 commit comments

Comments
 (0)