File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1616 - uses : pnpm/action-setup@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : ' pnpm'
2121 - run : pnpm install
2222 - name : Get xvfb
Original file line number Diff line number Diff line change 1616 - uses : pnpm/action-setup@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : ' pnpm'
2121 - run : pnpm install
2222 - name : Ember Test
Original file line number Diff line number Diff line change 1616 - uses : pnpm/action-setup@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : ' pnpm'
2121 - run : pnpm install
2222 - name : Lint JS
Original file line number Diff line number Diff line change 1515 - uses : pnpm/action-setup@v4
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : 20
18+ node-version : 22
1919 cache : ' pnpm'
2020 - run : pnpm install
2121 - name : Lint JS
4242 - uses : pnpm/action-setup@v4
4343 - uses : actions/setup-node@v4
4444 with :
45- node-version : 20
45+ node-version : 22
4646 cache : ' pnpm'
4747 - run : pnpm install
4848 - name : Add macOS certs
Original file line number Diff line number Diff line change 1- nodejs 20.19.0
2- pnpm 10.18.2
1+ nodejs 22.21.1
2+ pnpm 10.20.0
Original file line number Diff line number Diff line change 188188 "vite-plugin-testem-electron" : " ^1.0.2" ,
189189 "wcag-contrast" : " ^3.0.0"
190190 },
191- "packageManager" : " pnpm@10.18.2 " ,
191+ "packageManager" : " pnpm@10.20.0 " ,
192192 "engines" : {
193- "node" : " >= 20 " ,
194- "pnpm" : " ^10.18.2 "
193+ "node" : " >= 22 " ,
194+ "pnpm" : " ^10.20.0 "
195195 },
196196 "publishConfig" : {
197197 "registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments