Closed srenatus closed 2 years ago
I've replaced 12 with 16 in action.yml and .nvmrc, followed by a run of npm run prepare using node 16.
npm run prepare
Fixes #18.
I'm curious if you have any opinion on that?
No opinion actually 😅 As a user, I don't think I'd care one bit of this was using node 12 or 16 underneath. So I'm fine either way. 👍
I've replaced 12 with 16 in action.yml and .nvmrc, followed by a run of
npm run prepare
using node 16.Fixes #18.