ember-fastboot / ember-cli-fastboot

Server-side rendering for Ember.js apps
http://ember-fastboot.com/
MIT License
852 stars 160 forks source link

update pnpm to v8 #930

Open mansona opened 7 months ago

mansona commented 7 months ago

This will require bumping node support 🙈

gilest commented 7 months ago

Dropping node versions would be a good thing â„¢. We need to add Node 20, too as it's now the active LTS.

mansona commented 7 months ago

@gilest yes I totally agree, but I'm not really comfortable doing changes like that without CI being green first 🙈

I'm currently in a process of tracking down the failing tests and moving them over to scenario-tester to get them passing again https://github.com/ember-fastboot/ember-cli-fastboot/pull/919 (ah I see you've seen that PR already because of your comment 😂)