Skip to content

Commit 58654fc

Browse files
committed
fix: CI
1 parent 89599dd commit 58654fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node }}
2424
cache: 'yarn'
2525
- name: Install dependencies
26-
run: yarn --frozen-lockfile
26+
run: yarn
2727
- name: Run eslint
2828
run: yarn run eslint
2929
integration:
@@ -40,9 +40,9 @@ jobs:
4040
node-version: ${{ matrix.node }}
4141
cache: 'yarn'
4242
- name: Install dependencies plugin
43-
run: yarn --frozen-lockfile --unsafe-perm --production
43+
run: yarn --unsafe-perm --production
4444
- name: Install dependencies playground
45-
run: yarn playground:install --frozen-lockfile --unsafe-perm
45+
run: yarn playground:install --unsafe-perm
4646
- name: Build playground
4747
run: yarn playground:build
4848
- name: Run test

0 commit comments

Comments
 (0)