mathiasvr / command-output

GitHub action that runs a command and store its output
MIT License
42 stars 10 forks source link

Nodejs update from v12 #2

Closed lazysoundsystem closed 1 year ago

lazysoundsystem commented 2 years ago

Just noticed that this runs 'using: node12' which is only maintained until the end of this month (April 2022): https://nodejs.org/en/about/releases/

This might require updating some of the dependencies, e.g. https://github.com/mathiasvr/command-output/blob/47cf7afef61464e8e858237a59f5a888afd2afe8/package-lock.json#L980

cafuego commented 2 years ago

Thanks @lazysoundsystem! I've fixed this for our projects and that fix is present in https://github.com/mathiasvr/command-output/pull/5 - the action seems to be working just fine on node v16.