Skip to content

Commit 1d82503

Browse files
committed
unfreeze lock file in workflow
1 parent 07cbb54 commit 1d82503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
PROJECT_CONFIG: ${{ secrets.PROJECT_CONFIG }}
4747
run: echo "export const firebaseConfig = $PROJECT_CONFIG;" > src/lib/app_tests/firebase.ts
4848
- name: Yarn install
49-
run: yarn --frozen-lockfile
49+
run: yarn
5050
- name: Restore yarn build cache
5151
uses: actions/cache@v4
5252
with:

0 commit comments

Comments
 (0)