Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aicore/template-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bb37c8abe269ea10c51b1bbbd8bca90190723b89
Choose a base ref
..
head repository: aicore/template-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8ba235239e1535ae4153d823fd070e9f290d66df
Choose a head ref
Showing with 223 additions and 408 deletions.
  1. +1 −1 .github/workflows/bump-patch-version.yml
  2. +219 −404 package-lock.json
  3. +3 −3 package.json
2 changes: 1 addition & 1 deletion .github/workflows/bump-patch-version.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:

- name: Create Bump patch version Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: 'ci: bump patch version to ${{ env.PACKAGE_VERSION }}'
committer: GitHub <noreply@github.com>
Loading