-
Notifications
You must be signed in to change notification settings - Fork 128
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
test(structure): consolidated all verification under the test
script
#719
Conversation
while also enabling isolated execution. similar to semantic-release/semantic-release#2964 for semantic-release/.github#19
@@ -8,7 +8,13 @@ name: Test | |||
types: | |||
- opened | |||
- synchronize | |||
|
|||
env: | |||
FORCE_COLOR: 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.
nice!
with: | ||
node-version: "lts/*" | ||
node-version-file: .nvmrc |
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.
NICEE! I didn't know that was possible!
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 try to make the nvmrc the source of truth for as much as possible. even more important for apps where supporting a matrix is less of an issue.
big side benefit of having a job in the workflow that references that file is that renovate updates this file, so it can fail before merge if anything about the project doesnt support that version
@@ -17,7 +18,8 @@ | |||
}, | |||
"contributors": [ | |||
"Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)", | |||
"Gregor Martynus (https://twitter.com/gr2m)" | |||
"Gregor Martynus (https://twitter.com/gr2m)", | |||
"Matt Travi <npm@travi.org> (https://matt.travi.org/)" |
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.
About time!!
🎉 This PR is included in version 9.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
while also enabling isolated execution. similar to semantic-release/semantic-release#2964
for semantic-release/.github#19