We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89599dd commit 58654fcCopy full SHA for 58654fc
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: ${{ matrix.node }}
24
cache: 'yarn'
25
- name: Install dependencies
26
- run: yarn --frozen-lockfile
+ run: yarn
27
- name: Run eslint
28
run: yarn run eslint
29
integration:
@@ -40,9 +40,9 @@ jobs:
40
41
42
- name: Install dependencies plugin
43
- run: yarn --frozen-lockfile --unsafe-perm --production
+ run: yarn --unsafe-perm --production
44
- name: Install dependencies playground
45
- run: yarn playground:install --frozen-lockfile --unsafe-perm
+ run: yarn playground:install --unsafe-perm
46
- name: Build playground
47
run: yarn playground:build
48
- name: Run test
0 commit comments