Skip to content

Commit

Permalink
chore(deps-dev): bump semantic-release from 19.0.5 to 20.0.2 (#104)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump semantic-release from 19.0.5 to 20.0.2

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 19.0.5 to 20.0.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v19.0.5...v20.0.2)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* use nodejs 18

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kazuaki Matsuo <[email protected]>
  • Loading branch information
dependabot[bot] and KazuCocoa authored Jan 17, 2023
1 parent 6f19da3 commit 516e785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/changelog": "^6.0.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^19.0.2",
"semantic-release": "^20.0.2",
"semver": "^7.3.7"
}
}

0 comments on commit 516e785

Please sign in to comment.