Skip to content

Commit 5f48dd4

Browse files
committed
ci: rm useless steps
1 parent ab4154c commit 5f48dd4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
changelog: ${{ steps.get_changelog.outputs.changelog }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
19-
with:
20-
python-version: '3.13'
2118

2219
- name: Get Version
2320
id: get_version
@@ -51,11 +48,6 @@ jobs:
5148
- name: Setup Gradle
5249
uses: gradle/actions/setup-gradle@v4
5350

54-
- name: Setup Node
55-
uses: actions/setup-node@v4
56-
with:
57-
node-version: '23'
58-
5951
- name: Setup Bun
6052
uses: oven-sh/setup-bun@v2
6153
with:

0 commit comments

Comments
 (0)