Skip to content

Commit 65397fc

Browse files
committed
chore: fix ci
1 parent 239154f commit 65397fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
node-version: 24
2020
cache: 'pnpm'
21+
- run: pnpm install
2122
- run: pnpm lint:fix
2223
- run: pnpm run automd
2324
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
node-version: 24
2525
cache: 'pnpm'
26+
- run: pnpm install
2627
- run: pnpm run lint
2728
- run: pnpm run build
2829
- name: nightly release

0 commit comments

Comments
 (0)