Skip to content

Commit 516e785

Browse files
dependabot[bot]KazuCocoa
andauthoredJan 17, 2023
chore(deps-dev): bump semantic-release from 19.0.5 to 20.0.2 (#104)
* 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] <support@github.com> * use nodejs 18 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <fly.49.89.over@gmail.com>
1 parent 6f19da3 commit 516e785

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/publish.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Use Node.js 16.x
14+
- name: Use Node.js 18.x
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 16.x
17+
node-version: 18.x
1818
- name: Set up JDK 11
1919
uses: actions/setup-java@v2
2020
with:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@semantic-release/git": "^10.0.1",
4848
"@semantic-release/changelog": "^6.0.1",
4949
"conventional-changelog-conventionalcommits": "^5.0.0",
50-
"semantic-release": "^19.0.2",
50+
"semantic-release": "^20.0.2",
5151
"semver": "^7.3.7"
5252
}
5353
}

0 commit comments

Comments
 (0)
Please sign in to comment.