Skip to content
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

Ensure specifying a node-version updates the pinned node. #24

Merged
merged 3 commits into from
Mar 27, 2020

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Mar 27, 2020

Fixes #21

@rwjblue rwjblue added the bug Something isn't working label Mar 27, 2020
@rwjblue rwjblue linked an issue Mar 27, 2020 that may be closed by this pull request
@rwjblue rwjblue force-pushed the specifying-version-on-pinned-projected branch 7 times, most recently from 42321f3 to 3aca236 Compare March 27, 2020 17:06
Leverages the ability to checkout specific branches in
`action/checkout@v2` to checkout the main repo (`volta-cli/action`) into
a subfolder (`./action`) and an orphaned branch with only a
`package.json` that has pinned node/yarn versions into the working
directory root. This allows us to test the action as if it were _inside_
a normal project setting (aka the actions own setup does not break the
CI test).
@rwjblue rwjblue force-pushed the specifying-version-on-pinned-projected branch from 3aca236 to 7d76f6f Compare March 27, 2020 17:10
@rwjblue rwjblue merged commit 4452fef into master Mar 27, 2020
@rwjblue rwjblue deleted the specifying-version-on-pinned-projected branch March 27, 2020 18:26
@alexlafroscia
Copy link
Contributor

Thanks for the fix here! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing Against Multiple Node Versions
2 participants