Skip to content

Commit 7e3aa88

Browse files
author
Alexandar Bozhinov
committed
- Update Test Apps - Yarn.lock
1 parent 986e326 commit 7e3aa88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing_apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@ jobs:
3434
- name: pnpm
3535
working_directory: test_apps/pnpm
3636
script: |
37-
pnpm install --immutable
37+
pnpm install --frozen-lockfile
3838
pnpm add --save-dev ../../webpack-encore.tgz
3939
pnpm run encore dev
4040
pnpm run encore production
4141
4242
- name: pnpm (with Babel)
4343
working_directory: test_apps/pnpm-with-babel
4444
script: |
45-
pnpm install --immutable
45+
pnpm install --frozen-lockfile
4646
pnpm add --save-dev ../../webpack-encore.tgz
4747
pnpm run encore dev
4848
pnpm run encore production
4949
5050
- name: pnpm (with external Babel configuration file)
5151
working_directory: test_apps/pnpm-with-external-babel-config
5252
script: |
53-
pnpm install --immutable
53+
pnpm install --frozen-lockfile
5454
pnpm add --save-dev ../../webpack-encore.tgz
5555
pnpm run encore dev
5656
pnpm run encore production

0 commit comments

Comments
 (0)