Apple-Actions / import-codesign-certs

GitHub Action for Importing Code-signing Certificates into a Keychain
MIT License
184 stars 78 forks source link

Update `import-codesign-certs` to use NodeJS v16 #52

Closed jozefizso closed 11 months ago

jozefizso commented 11 months ago

Update import-codesign-certs project to use NodeJS v16 and upgrade packages to latest versions.

The eslint rules were challenging to upgrade as many of the used rules were removed or the configuration changed significantly.

The new plugin:github/typescript ruleset should be good enough for the modern NodeJS code.