diff --git a/.github/workflows/actions/release-notes/action.yml b/.github/workflows/actions/release-notes/action.yml index 6a25fa313..cd1aa20d0 100644 --- a/.github/workflows/actions/release-notes/action.yml +++ b/.github/workflows/actions/release-notes/action.yml @@ -15,5 +15,5 @@ outputs: contents: description: The contents of the release notes. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' \ No newline at end of file