Skip to content

Commit 6627354

Browse files
committed
Fixed CI
1 parent 20c06a6 commit 6627354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/renovate-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
path: branch
2121

2222
- name: Install Dependencies in Main
23-
run: (cd main && pnpm install)
23+
run: (cd main && npm install)
2424
- name: Install Dependencies in Branch
25-
run: (cd branch && pnpm install)
25+
run: (cd branch && npm install)
2626
- name: Create Snapshot In Main
2727
run: (cd main && npx tt-cli take-snapshot ./snap.md)
2828
- name: Copy Snapshot To Branch

0 commit comments

Comments
 (0)