Skip to content

Bump Node.js in bug report description field#5984

Merged
jeffwidman merged 1 commit intodependabot:mainfrom
HonkingGoose:patch-1
Oct 28, 2022
Merged

Bump Node.js in bug report description field#5984
jeffwidman merged 1 commit intodependabot:mainfrom
HonkingGoose:patch-1

Conversation

@HonkingGoose
Copy link
Copy Markdown
Contributor

Changes:

  • Bump from Node.js 14.1 to 16.18

Context:

16.18 is the latest Node.16 maintenance release.

You use Node 16 in your Dockerfile, so it seems good to match that in the bug report description.

dependabot-core/Dockerfile

Lines 114 to 121 in 6da4ead

### JAVASCRIPT
# Install Node and npm
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g npm@8.19.2 \
&& rm -rf ~/.npm

@HonkingGoose HonkingGoose requested a review from a team as a code owner October 27, 2022 13:38
Copy link
Copy Markdown
Member

@jeffwidman jeffwidman left a comment

Choose a reason for hiding this comment

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

Thank you!

@jeffwidman jeffwidman enabled auto-merge October 28, 2022 06:31
@jeffwidman jeffwidman merged commit cafb955 into dependabot:main Oct 28, 2022
@HonkingGoose HonkingGoose deleted the patch-1 branch October 28, 2022 11:58
@pavera pavera mentioned this pull request Oct 31, 2022
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