-
Notifications
You must be signed in to change notification settings - Fork 123
Update AlignDepsAlert.tsx #404
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
base: master
Are you sure you want to change the base?
Conversation
@@ -1 +0,0 @@ | |||
16.19.1 |
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.
should we have something equivalent (but recent) in the package.json? the engine field? I think we realistically dont want to be under Node 22 (but i might be wrong)
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.
its part of the mise.toml file :) ill update everywhere else too.
# lint: | ||
# needs: [setup, install] | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: ⬇️ Restore output | ||
# uses: actions/download-artifact@v4 | ||
# with: | ||
# name: ${{ github.sha }} |
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.
did you just commented them out temporarely or it's intentional to have it commented here?
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.
i wanted to see if i can just get this running or not. not a permanent thing!
Summary
Test Plan
What are the steps to reproduce?
Checklist
README.md
(if needed)