Skip to content

Commit 04e5fa9

Browse files
committed
ci: use existing install workflow
1 parent 33aa4da commit 04e5fa9

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/lunaria.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,15 @@ jobs:
2828
# Makes the action clone the entire git history
2929
fetch-depth: 0
3030

31-
- name: Install Tools & Dependencies
32-
uses: ./.github/actions/install
31+
- uses: actions/checkout@v6
32+
- run: corepack enable
33+
- uses: actions/setup-node@v6
34+
with:
35+
node-version: lts/*
36+
cache: pnpm
37+
38+
- name: 📦 Install dependencies
39+
run: pnpm install
3340

3441
- name: Generate Lunaria Overview
3542
uses: lunariajs/action@v1-prerelease

0 commit comments

Comments
 (0)