Skip to content

chore: add node 12 and remove support for Node.js 6#148

Merged
nabdelgadir merged 2 commits into
masterfrom
add-node12
Jul 26, 2019
Merged

chore: add node 12 and remove support for Node.js 6#148
nabdelgadir merged 2 commits into
masterfrom
add-node12

Conversation

@nabdelgadir

@nabdelgadir nabdelgadir commented Jul 24, 2019

Copy link
Copy Markdown
Contributor

Description

Add Node.js 12 to CI and remove support for Node.js 6

Related issues

Checklist

  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide

Add Node.js 12 to CI
@nabdelgadir nabdelgadir self-assigned this Jul 24, 2019
@nabdelgadir nabdelgadir changed the title chore: add node 12 chore: add node 12 and remove support for Node.js 6 Jul 24, 2019
@nabdelgadir
nabdelgadir marked this pull request as ready for review July 25, 2019 18:42
Comment thread package.json Outdated
"description": "Building blocks for LoopBack connectors",
"engines": {
"node": ">=6"
"node": ">=8"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use >=8.9. I remember that older 8.x versions are missing certain features that are important for async/await-style of programming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants