adobe / reactor-uploader

Command line tool for uploading Adobe Experience Platform Tags extensions.
Apache License 2.0
9 stars 11 forks source link

PDCL-5086: optional chaining is only available in node >= 14, which i… #44

Closed brenthosie closed 3 years ago

brenthosie commented 3 years ago

…s higher than our recommendation

Description

During development of #43 , the optional chaining syntax was introduced to solve the problem. Optional chaining is only available in node >= 14, however, we recommend that users can use node 12.

Related Issue

https://jira.corp.adobe.com/browse/PDCL-5086

Motivation and Context

Bug fix to allow users on older node versions to use uploader

How Has This Been Tested?

  1. npm test
  2. manual verification that uploading can happen using node 12

Screenshots (if appropriate):

Types of changes

Checklist: