capacitor-community / file-opener

Capacitor File Opener. The plugin is able to open a file given the mimeType and the file uri. This plugin is similar to cordova-plugin-file-opener2 without installation support.
MIT License
67 stars 13 forks source link

Change required node version to 14 #29

Closed jsnanigans closed 7 months ago

jsnanigans commented 1 year ago

As far as I see there is no reason to require node 16, 14 works too. Our build pipeline only supports node 14 at the moment

ryaa commented 1 year ago

As far as I see there is no reason to require node 16, 14 works too. Our build pipeline only supports node 14 at the moment

@jsnanigans I was getting an error when building using node <16 - see https://github.com/capacitor-community/file-opener/issues/23#issuecomment-1359415831 What is the exact node version that you use? I will double check. Thank you

ryaa commented 7 months ago

Closing this PR as there is no feedback