package-version
package-version copied to clipboard
📦 A GitHub Action to extract package version from package.json to an environment variable
Hello everyone. I am writing here because I know some of you use this GitHub Action in your projects and you might be surprised that it's probably no longer working....
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...
Changing from Node 12 to Node 16 since 12 will be depracated soon
Hi, am getting a warning that node 12 is no longer supported by github actions. Is there a release where node 16 is supported? Or PR that shortly will be...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
Rather than falling back on [`env.GITHUB_WORKSPACE`](https://github.com/nyaa8/package-version/blob/master/src/main.ts#L7), it'd be helpful (particularly in mono-repo environments) if `working-directory` were respected. ```yml name: Bump and Tag Versions on: workflow_dispatch: inputs: container: description: Which container...