Skip to content

Commit 0346662

Browse files
committed
fix: clean ci release and dependencies
1 parent 3af5ed8 commit 0346662

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
with:
2424
node-version: 24
2525

26-
- name: Prepare git config
27-
run: |
28-
git config user.name "github-actions[bot]"
29-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
30-
3126
- name: Install dependencies ⏬
3227
run: npm ci
3328

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"eslint": "^8.40.0",
5959
"eslint-config-prettier": "^10.0.0",
6060
"prettier": "^3.4.0",
61-
"semantic-release": "^25.0.2",
6261
"typescript": "^5.4.5",
6362
"vitest": "^3.0.0"
6463
},

0 commit comments

Comments
 (0)