File tree Expand file tree Collapse file tree 5 files changed +2
-25
lines changed Expand file tree Collapse file tree 5 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 33 steps :
44 - uses : actions/setup-node@master
55 with :
6- node-version : 14.x
6+ node-version : 16.x
7+ check-latest : true
78
89 # region Build the standard bundle
910 - uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -24,20 +24,12 @@ jobs:
2424 - name : ' Running the integration test'
2525 run : |
2626 source scripts/e2e-setup-ci.sh
27-
28- # TODO: Remove once https://github.com/yarnpkg/berry/blob/bd146ccddf95aae9c99c0c48d86b1d8997f1dccf/scripts/e2e-setup-ci.sh#L31-L38 is fixed
29- YARN_PNP_ENABLE_ESM_LOADER=true
30-
3127 yarn dlx create-docusaurus@latest my-website classic && cd my-website
3228 yarn build
3329
3430 - name : ' Running the TypeScript integration test'
3531 run : |
3632 source scripts/e2e-setup-ci.sh
37-
38- # TODO: Remove once https://github.com/yarnpkg/berry/blob/bd146ccddf95aae9c99c0c48d86b1d8997f1dccf/scripts/e2e-setup-ci.sh#L31-L38 is fixed
39- YARN_PNP_ENABLE_ESM_LOADER=true
40-
4133 yarn dlx create-docusaurus@latest my-website-ts classic --typescript && cd my-website-ts
4234 yarn build
4335 if : |
Original file line number Diff line number Diff line change 2525 run : |
2626 source scripts/e2e-setup-ci.sh
2727
28- # TODO: Remove once https://github.com/yarnpkg/berry/blob/bd146ccddf95aae9c99c0c48d86b1d8997f1dccf/scripts/e2e-setup-ci.sh#L31-L38 is fixed
29- YARN_PNP_ENABLE_ESM_LOADER=true
30-
3128 # TODO: Angular should be fixed to detect the correct package manager to install with
3229 # but for now we need to specify it
3330 yarn dlx -p @angular/cli@next ng new berry-angular --interactive=false --package-manager yarn
Original file line number Diff line number Diff line change 2424 - name : ' Running the integration test'
2525 run : |
2626 source scripts/e2e-setup-ci.sh
27-
28- # TODO: Remove once https://github.com/yarnpkg/berry/blob/bd146ccddf95aae9c99c0c48d86b1d8997f1dccf/scripts/e2e-setup-ci.sh#L31-L38 is fixed
29- YARN_PNP_ENABLE_ESM_LOADER=true
30-
3127 yes | yarn create svelte@next my-app && cd my-app
3228 yarn
3329 yarn build
Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ export YARN_ENABLE_IMMUTABLE_INSTALLS=0
2828# We want to make sure the projects work in a monorepo
2929export YARN_PNP_FALLBACK_MODE=none
3030
31- # TODO: Remove when either of these issues are fixed
32- # - https://github.com/nodejs/node/issues/39140
33- # - https://github.com/nodejs/node/issues/37782
34- # - https://github.com/facebook/jest/issues/12060
35- # Due to a bug in `jest-worker` and/or Node.js adding a loader
36- # causes our e2e tests to time out so require the tests that needs it
37- # to explicitly enable it
38- export YARN_PNP_ENABLE_ESM_LOADER=false
39-
4031# Otherwise git commit doesn't work, and some tools require it
4132git config --global user.email " you@example.com"
4233git config --global user.name " John Doe"
You can’t perform that action at this time.
0 commit comments