Seneca-CDOT/telescope

Satellite Service needs to be upgraded from Node.js 14 to Node.js 16

Closed this issue · 3 comments

What happened:
In #3726 We updated the express dep in our Planet service from v4.17.3 to v4.18.2. We need to do the same for Satellite

Please upgrade the Satellite Service from Node.js 14 to Node.js 16. Make sure the service runs as expected using Node.js 16. This may or may not be a one-line fix.

"node": ">=14.0.0",

What should have happened:

How to reproduce it (as precise as possible):

Anything else we need to know?:

Environment:

  • OS:
  • Browser:

I can't remember, do we need to do anything to ship a new version of Satellite now?

@RC-Lee I touched your baby. Do we need to do anything to ship a new version of Satellite?

For making a Satellite release, we only have to change the version here

"version": "1.28.0",

make a PR, and merge to master,
Then make another PR for all the services to use the latest Satellite.
Can have renovate do it, but probably better to do it manually to see nothing breaks with the node upgrades.