cozy / create-cozy-app

A CLI to bootstrap a "zero-configuration" application for the Cozy V3 platform
https://docs.cozy.io/en/tutorials/app/
MIT License
16 stars 15 forks source link

chore(node): Upgrade Node to version 16 #1430

Closed trollepierre closed 2 years ago

Crash-- commented 2 years ago

Since an app can use a service that is run on our serveurs, and that our serveurs are currently running on node 12, I don't know how to handle that.

Maybe we can edit the travis.yml to add support of node 16 but also the support of node 12 ?

trollepierre commented 2 years ago

For now, I will go for Node 12. I am looking for a way to support node 16 and 12 together on the CI.

trollepierre commented 2 years ago

Apparently, I found a solution that runs: https://app.travis-ci.com/github/cozy/create-cozy-app/builds/244601751

@Crash-- : Is that blocking to run yarn test integration with node 12?

Btw I hardly understand why we run that much tests. I think this can be the topic of another PR.