Adding @actions/exec to github-script by bhavanakonchada · Pull Request #178 · actions/github-script
The @actions/exec package is useful to execute tools in a cross platform way. This package is now available to the script using the exec variable.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hey, thanks for this contribution. It looks like a large change was made to package-lock.json switching from lockfileVersion 2 to 1 - https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversion
Since we're already on a newer version, I'd prefer not go back to version 1. Could you update your version of npm and re-run npm install?
I'd be happy to help with that change if you'd like.
👋 Hey, thanks for this contribution. It looks like a large change was made to
package-lock.jsonswitching fromlockfileVersion2to1- https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversionSince we're already on a newer version, I'd prefer not go back to version 1. Could you update your version of
npmand re-runnpm install?I'd be happy to help with that change if you'd like.
@joshmgross thanks so much for taking a keen look at the PR, updated npm as you suggested to ensure package-lock.json is now at version 2.
Hi @joshmgross , do you believe this PR can be merged, after the checks passing and incorporating feedback ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters