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

Set explicit node version #1162

Merged
merged 1 commit into from
Dec 2, 2021
Merged

Set explicit node version #1162

merged 1 commit into from
Dec 2, 2021

Conversation

jpellizzari
Copy link
Contributor

Release job was using some node version other than 14.x

Copy link
Contributor

@palemtnrider palemtnrider left a comment

Choose a reason for hiding this comment

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

Not certain if the position of the changes makes a difference but calling it out just in case. LGTM otherwise

@@ -21,6 +21,10 @@ jobs:
git fetch --tags -f
- name: Setup Go
uses: actions/setup-go@v2
- name: Use Node.js ${{ matrix.node-version }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Not certain if it matters, but looking at the file and I think this block should be before the next name: The

with:
  go-version:...

Seems like it should go with the Setup Go entry

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh wow good catch. That would not have worked.

@jpellizzari jpellizzari merged commit 0f31ce9 into main Dec 2, 2021
@jpellizzari jpellizzari deleted the jp-node-version-on-release branch December 2, 2021 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants