graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.74k stars 219 forks source link

chore(docker): upgrade to Node 14 base image #248

Closed pellicceama closed 3 years ago

pellicceama commented 3 years ago

Only Node 14+ supports optional chaining which is required by postgraphile.

This fixes https://github.com/graphile/starter/issues/247

benjie commented 3 years ago

PostGraphile supports Node 8 and above; there was a bug in one of the release candidates but that should now be fixed.

None the less I don't see any reason not to upgrade to Node 14 :+1: