Skip to content

Commit

Permalink
this will lock yarn used in testing_apps workflow to the current vers…
Browse files Browse the repository at this point in the history
…ion which means we don't have to update on every yarn release
  • Loading branch information
karpilin committed Mar 21, 2024
1 parent 71e46e2 commit 9032a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Yarn Plug'n'Play
working_directory: test_apps/yarn-pnp
script: |
yarn set version berry
yarn set version 4.1.1
yarn install --frozen-lockfile
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Yarn Plug'n'Play (with Babel)
working_directory: test_apps/yarn-pnp-with-babel
script: |
yarn set version berry
yarn set version 4.1.1
yarn install --frozen-lockfile
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Yarn Plug'n'Play (with external Babel configuration file)
working_directory: test_apps/yarn-pnp-with-external-babel-config
script: |
yarn set version berry
yarn set version 4.1.1
yarn install --frozen-lockfile
yarn add --dev ../../webpack-encore.tgz
yarn run encore dev
Expand Down

0 comments on commit 9032a20

Please sign in to comment.