DEV Community

Patrick Monteiro
Patrick Monteiro

Posted on

2

Modificando versão do node na Netlify

Recentemente comecei a receber alguns warnings no painel netlify sobre a depreciação da versão 16.x.

Alert node netlify

Para realizar o upgrade ou usar uma versão específica o processo é bem simples, basta setar uma nova Environment variables com o nome NODE_VERSION e a versão desejada.

Segue um exemplo abaixo do painel atualmente:

Painel netlify

Ao rodar novamente o seu processo de deploy, você pode verificar a versão na etapa de inicialização:

Deploy netlify

Feito isso a versão node de seu projeto já está atualizada!

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay