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

Upgrade workflow actions #210

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Upgrade workflow actions #210

merged 1 commit into from
Oct 31, 2022

Conversation

andrewiggins
Copy link
Member

Update workflow actions to their latest version and take advantage of new features

Copy link
Member

@robertknight robertknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a query about the Node version pin, otherwise LGTM.

package.json Outdated
@@ -62,5 +62,8 @@
],
"reporter": "html",
"all": true
},
"volta": {
"node": "16.18.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously we weren't pinning the Node version. Since this package isn't (or shouldn't be) likely to break with Node updates, I would be inclined to run tests against the current Node LTS release.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh! I thought v16 was the LTS, whoops! My motivation for adding this is that I am working in multiple repos that require various versions of Node, some of which I can't control how they specify which Node version to use. So my goal for adding this was to make sure I'm using the latest and greatest when developing in this repo (I meant to put this at the LTS).

If you'd prefer not to pin this repo for users of volta or for the workflow, I'm happy to remove.

@andrewiggins andrewiggins merged commit 4e1d63c into master Oct 31, 2022
@andrewiggins andrewiggins deleted the workflow-update branch October 31, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants