Skip to content

Commit 0292f11

Browse files
fix(deps): support semantic-release v25.0.2 (#721)
* chore(deps): update dependency semantic-release to v25 * ci: bump up Node to run in the Build workflow --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kengo TODA <skypencil@gmail.com>
1 parent b5a4846 commit 0292f11

3 files changed

Lines changed: 2052 additions & 2586 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [20, 22]
10+
node-version: [22, 24]
1111
permissions:
1212
contents: write
1313
steps:
@@ -37,7 +37,7 @@ jobs:
3737
npm ci
3838
npm test
3939
- name: Run semantic-release
40-
if: matrix.node-version == 20
40+
if: matrix.node-version == 22
4141
run: |
4242
npm run semantic-release
4343
env:

0 commit comments

Comments
 (0)