-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
1127-nav-hoverContrast change hover to red #1148
Conversation
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.
Looks good to me!
@ezhou0 Please provide a screenshot of the before and after views. |
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.
LGTM!
I'll fix the build pipeline and merge this in over the weekend unless you beat me to it. |
My best guess ATM for the build failure is that GitHub Actions upgraded the default Node version to 16, right around the time that the build failures began. This guess is corroborated by the fact that
which points out node-sass; I checked the package.json file, and it requires a fairly old version of node-sass (see mapping from node-sass to Node versions here). Every Action should specify to use Node 12 using setup-node. I will check if this works and create a new PR if so. We can also explore upgrading node-sass, but the former solution seems like the smallest one. Regardless of whether that's the fix, we should make it plainly obvious what version of Node we expect to run on. We can do that by stating it in the package.json file (see stackoverflow question). |
#1183 merged into dev, and I merged dev back into this branch. The tests pass now, so I will merge this PR into dev. |
Fixes #1127
dev
branchAny questions? See the getting started guide