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 22
22
- name : Install Node
23
23
uses : volta-cli/action@v4
24
24
- name : Install Dependencies
25
- run : yarn install --frozen-lockfile
25
+ run : yarn install --immutable
26
26
- name : Lint
27
27
run : yarn lint
28
28
- name : Run Tests
37
37
- uses : actions/checkout@v4
38
38
- name : Install Node
39
39
uses : volta-cli/action@v4
40
+ - name : Yarn Upgrade
41
+ run : yarn upgrade
40
42
- name : Install Dependencies
41
- run : yarn install --no-lockfile
43
+ run : yarn install
42
44
- name : Run Tests
43
45
run : yarn test:ember
44
46
71
73
- name : Install Node
72
74
uses : volta-cli/action@v4
73
75
- name : Install Dependencies
74
- run : yarn install --frozen-lockfile
76
+ run : yarn install --immutable
75
77
- name : Run Tests
76
78
run : ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
Original file line number Diff line number Diff line change 21
21
/package-lock.json.ember-try
22
22
/yarn.lock.ember-try
23
23
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
+
24
35
# broccoli-debug
25
36
/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 96
96
},
97
97
"volta" : {
98
98
"node" : " 18.12.0" ,
99
- "yarn" : " 1.22.19 "
99
+ "yarn" : " 4.3.1 "
100
100
},
101
101
"publishConfig" : {
102
102
"registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments