Skip to content

Commit 97e26a9

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
fix(ci): fix the changelog generation
Pinned `@octokit/rest` to `19.0.13`, so that it works with Node.js 16+. Closes #2200 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent f0704b6 commit 97e26a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/compose-full-changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create full changelog
3333
id: full-changelog
3434
run: |
35-
yarn add @octokit/rest --ignore-workspace-root-check
35+
yarn add @octokit/rest@19.0.13 --ignore-workspace-root-check
3636
mkdir "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}"
3737
3838
# Get the changelog file name to build

0 commit comments

Comments
 (0)