Skip to content

Commit eb97eae

Browse files
committed
feat: Add --no-lockfile to the yarn install step in the pipeline
1 parent efe6834 commit eb97eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node }}
2424
- name: Install dependencies
25-
run: yarn
25+
run: yarn --no-lockfile
2626
- name: Run eslint
2727
run: yarn run eslint
2828
integration:
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: ${{ matrix.node }}
4040
- name: Install dependencies plugin
41-
run: yarn --unsafe-perm --production
41+
run: yarn --no-lockfile --unsafe-perm --production
4242
- name: Install dependencies playground
4343
run: yarn playground:install --unsafe-perm
4444
- name: Build playground

0 commit comments

Comments
 (0)