Skip to content

Commit d58e493

Browse files
committed
fix: test
1 parent 66e659a commit d58e493

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Install
12-
run: yarn
12+
run: yarn --frozen-lockfile
1313
- name: Build
1414
run: yarn build
1515
- name: Bundle

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Install
12-
run: yarn
12+
run: yarn --frozen-lockfile
1313
- name: Lint
1414
run: yarn lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Install
12-
run: yarn
12+
run: yarn --frozen-lockfile
1313
- name: Test
1414
run: yarn test

0 commit comments

Comments
 (0)