upload-s3-action
upload-s3-action copied to clipboard
Replace deprecated shortid dependancy
According to the shortid repo: https://github.com/dylang/shortid
shortid is deprecated in favor of nanoid https://github.com/ai/nanoid/
This PR should replace all references and usage of short with nano.
Nano supports the commonJS require syntax at version 3 and is still supported, so package.json is locked to that major version. Later versions use ESM only.