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

github/workflows: use npm install and change version to X.Y.Z format #16

Closed
wants to merge 1 commit into from

Conversation

hyangah
Copy link
Contributor

@hyangah hyangah commented Mar 19, 2020

semver package is unhappy about X.Y.Z.W format of version string
and leave the extension in invalid state. Now make semver happy.

Also, use npm install to ensure all test dependencies are pulled in.

semver package is unhappy about X.Y.Z.W format of version string
and leave the extension in invalid state. Now make semver happy.

Also, use npm install to ensure all test dependencies are pulled in.
@googlebot googlebot added the cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change. label Mar 19, 2020
@gopherbot
Copy link
Collaborator

This PR (HEAD: 9bf48fc) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/vscode-go/+/224099 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

gopherbot pushed a commit that referenced this pull request Mar 19, 2020
semver package is unhappy about X.Y.Z.W format of version string
and leave the extension in invalid state. Now make semver happy.

Also, use npm install to ensure all test dependencies are pulled in.

Change-Id: I98fd51b475fce20ef069b50b86a2eb9eba530032
GitHub-Last-Rev: 9bf48fc
GitHub-Pull-Request: #16
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/224099
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
@gopherbot
Copy link
Collaborator

This PR is being closed because golang.org/cl/224099 has been merged.

@gopherbot gopherbot closed this Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants