Skip to content

Commit 97172f0

Browse files
updated actions again again again
1 parent df31346 commit 97172f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}-yarn-
4343
4444
- name: Install Dependencies
45-
run: yarn install --frozen-lockfile
45+
run: yarn install
4646

4747
Check:
4848
needs: Setup

.github/workflows/preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
${{ runner.os }}-yarn-
4343
4444
- name: Install Dependencies
45-
run: yarn install --frozen-lockfile
45+
run: yarn install
4646

4747
Check:
4848
needs: Setup

0 commit comments

Comments
 (0)