File tree Expand file tree Collapse file tree 5 files changed +21426
-16120
lines changed Expand file tree Collapse file tree 5 files changed +21426
-16120
lines changed Original file line number Diff line number Diff line change 2222 - name : Install Node
2323 uses : volta-cli/action@v4
2424 - name : Install Dependencies
25- run : yarn install --frozen-lockfile
25+ run : yarn install --immutable
2626 - name : Lint
2727 run : yarn lint
2828 - name : Run Tests
3737 - uses : actions/checkout@v4
3838 - name : Install Node
3939 uses : volta-cli/action@v4
40+ - name : Yarn Upgrade
41+ run : yarn upgrade
4042 - name : Install Dependencies
41- run : yarn install --no-lockfile
43+ run : yarn install
4244 - name : Run Tests
4345 run : yarn test:ember
4446
7173 - name : Install Node
7274 uses : volta-cli/action@v4
7375 - name : Install Dependencies
74- run : yarn install --frozen-lockfile
76+ run : yarn install --immutable
7577 - name : Run Tests
7678 run : ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
Original file line number Diff line number Diff line change 2121/package-lock.json.ember-try
2222/yarn.lock.ember-try
2323
24+ # yarn@3 ignored files
25+ .pnp. *
26+ .yarn /*
27+ ! .yarn /patches
28+ ! .yarn /plugins
29+ ! .yarn /releases
30+ ! .yarn /sdks
31+ ! .yarn /versions
32+ # wrapper file to inject environment variables into yarn
33+ ! .yarn /setup-env.cjs
34+
2435# broccoli-debug
2536/DEBUG /
Original file line number Diff line number Diff line change 1+ enableGlobalCache : true
2+
3+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 9696 },
9797 "volta" : {
9898 "node" : " 18.12.0" ,
99- "yarn" : " 1.22.19 "
99+ "yarn" : " 4.3.1 "
100100 },
101101 "publishConfig" : {
102102 "registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments