Skip to content

Commit 2b70696

Browse files
committed
ci: add/update release workflow
1 parent 813df8e commit 2b70696

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install NodeJs
8080
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
8181
with:
82-
node-version: 20
82+
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
8383

8484
- name: Release
8585
id: release
@@ -97,7 +97,7 @@ jobs:
9797
RUNNER_DEBUG: 1
9898
with:
9999
# dry_run: true
100-
semantic_version: 24.2.9
100+
semantic_version: 25.0.1
101101

102102
extra_plugins:
103103
"@semantic-release/changelog@\

0 commit comments

Comments
 (0)