IronCoreLabs / ironhide

Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale.
GNU Affero General Public License v3.0
44 stars 6 forks source link

Just update ironnode + node #51

Closed skeet70 closed 2 years ago

skeet70 commented 2 years ago

Seems like this might work. We're on a bunch of dead/dying packages for other dependencies, but this at least gets us up to non-EOL node versions. It may be better to aim for finishing IronCoreLabs/ironhide-rs to produce a more consistent binary vs trying to get #50 working.

Sanity checked both in 14 and 16, and it seems to still be making use of ironnode just fine.

If you want to test locally, clone the repo then:

yarn
npm publish --dry-run (or yarn pack)
./bin/run help

You can then use ./bin/run or yarn start as you'd normally use ironhide.