Skip to content

Commit 9032a20

Browse files
committed
this will lock yarn used in testing_apps workflow to the current version which means we don't have to update on every yarn release
1 parent 71e46e2 commit 9032a20

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Yarn Plug'n'Play
5959
working_directory: test_apps/yarn-pnp
6060
script: |
61-
yarn set version berry
61+
yarn set version 4.1.1
6262
yarn install --frozen-lockfile
6363
yarn add --dev ../../webpack-encore.tgz
6464
yarn run encore dev
@@ -67,7 +67,7 @@ jobs:
6767
- name: Yarn Plug'n'Play (with Babel)
6868
working_directory: test_apps/yarn-pnp-with-babel
6969
script: |
70-
yarn set version berry
70+
yarn set version 4.1.1
7171
yarn install --frozen-lockfile
7272
yarn add --dev ../../webpack-encore.tgz
7373
yarn run encore dev
@@ -76,7 +76,7 @@ jobs:
7676
- name: Yarn Plug'n'Play (with external Babel configuration file)
7777
working_directory: test_apps/yarn-pnp-with-external-babel-config
7878
script: |
79-
yarn set version berry
79+
yarn set version 4.1.1
8080
yarn install --frozen-lockfile
8181
yarn add --dev ../../webpack-encore.tgz
8282
yarn run encore dev

0 commit comments

Comments
 (0)