File tree Expand file tree Collapse file tree 5 files changed +10026
-8335
lines changed Expand file tree Collapse file tree 5 files changed +10026
-8335
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- uses : pnpm/action-setup@v4
19
- with :
20
- version : 8
21
19
- run : pnpm i --frozen-lockfile
22
20
- name : lint
23
21
run : pnpm run lint
37
35
steps :
38
36
- uses : actions/checkout@v4
39
37
- uses : pnpm/action-setup@v4
40
- with :
41
- version : 8
42
38
- run : pnpm install --no-lockfile
43
39
- name : test
44
40
run : ${{ matrix.command }}
Original file line number Diff line number Diff line change 54
54
node-version : 20.x
55
55
56
56
- uses : pnpm/action-setup@v4
57
- with :
58
- version : 8
59
57
- run : pnpm install --frozen-lockfile
60
58
61
59
- name : ' Generate Explanation and Prep Changelogs'
Original file line number Diff line number Diff line change 51
51
registry-url : ' https://registry.npmjs.org'
52
52
53
53
- uses : pnpm/action-setup@v4
54
- with :
55
- version : 8
56
54
- run : pnpm install --frozen-lockfile
57
55
- name : npm publish
58
56
run : pnpm release-plan publish
Original file line number Diff line number Diff line change 105
105
"optional" : true
106
106
}
107
107
},
108
+ "packageManager" :
" [email protected] " ,
108
109
"volta" : {
109
110
"node" : " 20.18.0" ,
110
- "pnpm" : " 8.15.9 "
111
+ "pnpm" : " 9.13.0 "
111
112
},
112
113
"ember-addon" : {
113
114
"version" : 2 ,
You can’t perform that action at this time.
0 commit comments