Skip to content

feat: require node 12 as minimum version. fixes #372#373

Merged
justinedelson merged 1 commit intomainfrom
issue/require-node-12
Jun 25, 2021
Merged

feat: require node 12 as minimum version. fixes #372#373
justinedelson merged 1 commit intomainfrom
issue/require-node-12

Conversation

@justinedelson
Copy link
Copy Markdown
Member

Support for TLS 1.0 and 1.1 is being retired by Adobe in mid-July.

BREAKING CHANGE: Installation on Node 10 will now fail

Description

Node 12 is now the minimal version

Related Issue

#372

Motivation and Context

Ensures usage of correct node version with TLS 1.2 support

How Has This Been Tested?

CI

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Support for TLS 1.0 and 1.1 is being retired by Adobe in mid-July.

BREAKING CHANGE: Installation on Node 10 will now fail
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 25, 2021

Codecov Report

Merging #373 (d05750f) into main (ba43f91) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #373   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         1199      1199           
  Branches       147       147           
=========================================
  Hits          1199      1199           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba43f91...d05750f. Read the comment docs.

@justinedelson justinedelson merged commit 37336f0 into main Jun 25, 2021
github-actions Bot pushed a commit that referenced this pull request Jun 25, 2021
# [2.0.0](1.11.0...2.0.0) (2021-06-25)

### Features

* require node 12 as minimum version. fixes [#372](#372) ([#373](#373)) ([37336f0](37336f0))

### BREAKING CHANGES

* Installation on Node 10 will now fail
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant