We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813df8e commit 2b70696Copy full SHA for 2b70696
.github/workflows/tf-release.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Install NodeJs
80
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
81
with:
82
- node-version: 20
+ node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
83
84
- name: Release
85
id: release
@@ -97,7 +97,7 @@ jobs:
97
RUNNER_DEBUG: 1
98
99
# dry_run: true
100
- semantic_version: 24.2.9
+ semantic_version: 25.0.1
101
102
extra_plugins:
103
"@semantic-release/changelog@\
0 commit comments