refactor(workflows): use frozen lockfile
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
|
||||
|
||||
- name: Install dependencies 👨🏻💻
|
||||
run: pnpm install --no-frozen-lockfile
|
||||
run: pnpm install
|
||||
|
||||
- name: Turbo Cache
|
||||
id: turbo-cache
|
||||
|
||||
Reference in New Issue
Block a user