Skip to content

Commit b62d3c6

Browse files
author
Akos Kitta
committed
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 <[email protected]>
1 parent f0704b6 commit b62d3c6

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)