-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix CI #71
base: main
Are you sure you want to change the base?
Fix CI #71
Conversation
@@ -1,132 +1,4300 @@ | |||
lockfileVersion: '6.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.
why was this on v6?
this repo has a packageManager field
Perhaps this could be inverted, so that out-of-the-box we're testing and type-checking against the new @glimmer/syntax, and have one special CI job for also testing against the oldest supported @glimmer/syntax? |
that is a bigger change -- I'll demonstrate in the next commit |
oh just kidding, I don't think we should do that here:
TS is being a pain, so I don't want to fix everything this error implies needs to happen. |
wip here #72 |
No description provided.