Check if version bumped
ActionsTags
(2)This action checks if package.json
was bumped only in pull requests.
Optional. Required for private repositories for retrieving package.json
file from base sha
Optional. Specify where to obtain package.json
file. Path is relative to git root. Do not start with /
(slash). Defaults to package.json
None
Release | Node version |
---|---|
2.x | Node 20 |
1.x | Node 16 |
- uses: del-systems/check-if-version-bumped@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "server/package.json"
Check if version bumped is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.