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

fix: nango deps version and publish.sh #1821

Merged
merged 2 commits into from Mar 7, 2024

Conversation

TBonnin
Copy link
Collaborator

@TBonnin TBonnin commented Mar 7, 2024

Describe your changes

  • bumping nango deps to correct version 0.39.0
  • fix publish.sh to use caret version

@@ -30,23 +30,23 @@ npm install

# Node client
bump_and_npm_publish "@nangohq/node" "$VERSION"
pushd "./packages/shared"; npm install "@nangohq/node@$VERSION"; popd;
pushd "$GIT_ROOT_DIR/packages/shared"; npm install -E @nangohq/node@^$VERSION; popd;
Copy link
Contributor

Choose a reason for hiding this comment

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

are you sure? you have -E and the caret :D
we are requesting exact install and pass the caret one

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oups. forgot to remove -E

@TBonnin TBonnin force-pushed the tbonnin/fix-packages-version-0.39.0 branch from 7160b97 to bc65c43 Compare March 7, 2024 12:27
@TBonnin TBonnin merged commit 70d34d8 into master Mar 7, 2024
16 checks passed
@TBonnin TBonnin deleted the tbonnin/fix-packages-version-0.39.0 branch March 7, 2024 12:48
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.

None yet

3 participants