We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c06a6 commit 6627354Copy full SHA for 6627354
.github/workflows/renovate-checks.yml
@@ -20,9 +20,9 @@ jobs:
20
path: branch
21
22
- name: Install Dependencies in Main
23
- run: (cd main && pnpm install)
+ run: (cd main && npm install)
24
- name: Install Dependencies in Branch
25
- run: (cd branch && pnpm install)
+ run: (cd branch && npm install)
26
- name: Create Snapshot In Main
27
run: (cd main && npx tt-cli take-snapshot ./snap.md)
28
- name: Copy Snapshot To Branch
0 commit comments