Skip to content

Commit 5b342ac

Browse files
committed
ci: add/update release workflow
1 parent 25b3e1f commit 5b342ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install NodeJs
8787
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
8888
with:
89-
node-version: 20
89+
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
9090

9191
- name: Release
9292
id: release
@@ -104,7 +104,7 @@ jobs:
104104
RUNNER_DEBUG: 1
105105
with:
106106
dry_run: ${{ inputs.dryRun }}
107-
semantic_version: 24.2.9
107+
semantic_version: 25.0.1
108108

109109
extra_plugins:
110110
"@semantic-release/changelog@\

0 commit comments

Comments
 (0)