We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b3e1f commit 5b342acCopy full SHA for 5b342ac
.github/workflows/tf-release.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Install NodeJs
87
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
88
with:
89
- node-version: 20
+ node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
90
91
- name: Release
92
id: release
@@ -104,7 +104,7 @@ jobs:
104
RUNNER_DEBUG: 1
105
106
dry_run: ${{ inputs.dryRun }}
107
- semantic_version: 24.2.9
+ semantic_version: 25.0.1
108
109
extra_plugins:
110
"@semantic-release/changelog@\
0 commit comments