My Node.JS keeps running in the old version

Asked

Viewed 25 times

-1

Hello, I’m making notifications with cloud functions and Node.js, my version of Node.Js is 12 but deploy is being on 8, can anyone help me ? PS: Google will stop accepting version 8.inserir a descrição da imagem aqui

1 answer

1

According to the documentation, just add the line:

"engines": {"node": "10"}

In his package.json

  • Thank you so much for the help, it worked, it was worth 0/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.