Skip to content

Commit 2c34977

Browse files
author
Takashi Kato
committed
Merge branch 'devel'
2 parents 48019c5 + d11097b commit 2c34977

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/generate_release_note.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Setup Node.js
14-
uses: actions/setup-node@v4
15-
with:
16-
node-version: "24"
17-
cache: npm
1813
- name: Checkout repository
1914
uses: actions/checkout@v4
2015
with:
2116
fetch-depth: 0
2217
fetch-tags: 'true'
18+
- name: Setup Node.js
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: "24"
22+
cache: npm
2323
- name: Install dependencies
2424
run: npm install
2525
- name: Generate Libraries

0 commit comments

Comments
 (0)