-
Notifications
You must be signed in to change notification settings - Fork 71
.github/workflows/build.yml:build matrix #187
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
.github/workflows/build.yml:build matrix #187
Conversation
0a7a3f1
to
adf0493
Compare
✅ Deploy Preview for awesome-golick-685c88 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
adf0493
to
325154d
Compare
325154d
to
79096a4
Compare
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.
The changes in installation.md
seem unrelated to this PR (but then again we don't have an explanation for what this PR attempts to do so maybe it was the core of it?)
Let us know what you mean to do when opening PRs, just so we can review against that.
@@ -3,6 +3,9 @@ name: Build | |||
on: | |||
# Run the build for pushes and pull requests targeting master | |||
push: | |||
tags: |
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.
Can you tell me what the purpose of this is?
@@ -14,14 +17,17 @@ jobs: | |||
runs-on: ubuntu-latest | |||
permissions: | |||
contents: write | |||
strategy: |
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.
You're using a matrix but then only setting one version, so it's adding complexity that's not used. Why not simply keep the node-version: 16
as before?
Overall my question here is: what is this PR doing that is bettering the codebase? |
This PR is stale and doesn't have a clear objective so I'll close it for now, but Randy feel free to reopen if you want to explain a bit more what it was about and why we should merge! |
No description provided.