-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: testing this out without node sass #1920
base: 2025-release
Are you sure you want to change the base?
Conversation
package.json
Outdated
@@ -31,7 +31,7 @@ | |||
}, | |||
"homepage": "https://github.com/Financial-Times/origami#readme", | |||
"volta": { | |||
"node": "22.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break the website relies on Object.groupBy
, are you able to put this back to a later version of node?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely can be reverted 😄 I forgot about that part as it was included in the rabbit hole trying to fix things.
node-sass
for my own sanity 😆Describe your changes
Currently the mono-repo needs
node-sass
which is deprecated, for tests. This particular dependency requires you to have python installed on the machine to do… JavaScript things.Issue ticket number and link
N/A - adhoc
Link to Figma designs
N/A
Checklist before requesting a review
percy
label for o-[COMPONENT] orchromatic
label for o3-[COMPONENT] on my PR before merging and after review. Find more details in CONTRIBUTING.md