From f7a5e7f53662dba3cdbdc899762f3cbb4d1f8285 Mon Sep 17 00:00:00 2001 From: Johan Enell Date: Tue, 15 Aug 2023 15:31:16 +0000 Subject: [PATCH] chore!: update node version on runner to 20 --- README.md | 2 -- action.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a9773d34..133a947c 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,6 @@ steps: If no version range is specified with `cycjimmy/semantic-release-action@v3` then [semantic-release](https://github.com/semantic-release/semantic-release/) version [19.0.5](https://github.com/semantic-release/semantic-release/releases/tag/v19.0.5) is used. Earlier versions of `cycjimmy/semantic-release-action` default to using the latest version of [semantic-release](https://github.com/semantic-release/semantic-release/), so in this case it is recommended to specify version 19 or lower to avoid compatibility issues. -*Note: [Version 20.0.0](https://github.com/semantic-release/semantic-release/releases/tag/v20.0.0) of [semantic-release](https://github.com/semantic-release/semantic-release/) and later is currently incompatible with `cycjimmy/semantic-release-action`, since it requires Node.js 18. GitHub does not provide this environment yet for [JavaScript actions](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions).* - #### branches > {Optional Input Parameter} The branches on which releases should happen.
`branches` supports for **semantic-release above v16**. diff --git a/action.yml b/action.yml index 8d91cfc8..e429a1a6 100644 --- a/action.yml +++ b/action.yml @@ -58,5 +58,5 @@ outputs: last_release_git_tag: description: 'The Git tag associated with the last release, if there was one.' runs: - using: 'node16' + using: 'node20' main: 'index.js'