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

DT-950: Update node version in Pipelines. #3901

Merged
merged 3 commits into from
Nov 1, 2019
Merged

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented Oct 30, 2019

Fixes #3900

Changes proposed

  • Stop automatically updating Node in Pipelines. We already provide guidance on how end users can manage this themselves.
  • Add notes clarifying intended usage of Pipelines scripts

Requires change record since users relying on BLT's node version might be surprised when it goes away.

@danepowell danepowell added Enhancement A feature or feature request Major change Requires change record (often BC-breaking) 11.x Affects or applies to 11.x labels Oct 30, 2019
Copy link

@adrianthedev adrianthedev left a comment

Choose a reason for hiding this comment

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

Just one tiny question, nothing blocking.

scripts/pipelines/setup_env Outdated Show resolved Hide resolved
@@ -18,7 +18,7 @@ events:
- composer validate --no-check-all --ansi
- composer install --ansi
- source ${BLT_DIR}/scripts/pipelines/setup_env
# - nvm install v6.9.1
# - nvm install v6.9.1 --latest-npm
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 updating node version or npm version ?

nvm install lts/* installs the latest lts for example

Copy link
Contributor

Choose a reason for hiding this comment

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

oh, it's a comment :D doh!

@danepowell danepowell merged commit df3b5cf into acquia:11.x Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11.x Affects or applies to 11.x Enhancement A feature or feature request Major change Requires change record (often BC-breaking)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DT-950: Update node version in Pipelines
3 participants