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

Specify nodejs buildpack version #502

Merged
merged 3 commits into from
Jul 13, 2021
Merged

Conversation

jasalisbury
Copy link
Contributor

Description of change

A recent nodejs buildpack update (1.7.54 -> 1.7.56) is incompatible with the version of node used by the application. We use node 14.16.1 which is no longer supported by buildpack 1.7.56. To prevent this from happening in the future and allow us to investigate the nodejs version update in a more controlled way we now try to explicitly set the buildpack version.

How to test

Verify deploy to sandbox is successful

Checklists

Every PR

  • [ ] Meets issue criteria
  • [ ] JIRA ticket status updated
  • [ ] Code is meaningfully tested
  • [ ] Meets accessibility standards (WCAG 2.1 Levels A, AA)
  • [ ] API Documentation updated
  • [ ] Boundary diagram updated
  • [ ] Logical Data Model updated
  • [ ] Architectural Decision Records written for major infrastructure decisions

Production Deploy

  • Staging smoke test completed

After merge/deploy

  • Update JIRA ticket status

Copy link
Contributor

@PatricePascual-ACF PatricePascual-ACF left a comment

Choose a reason for hiding this comment

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

Thanks, @jasalisbury. I didn't know how to test in Sandbox but I trust that's done and approved.

@PatricePascual-ACF PatricePascual-ACF merged commit d96866a into HHS:main Jul 13, 2021
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