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 33aa4da commit 04e5fa9Copy full SHA for 04e5fa9
1 file changed
.github/workflows/lunaria.yml
@@ -28,8 +28,15 @@ jobs:
28
# Makes the action clone the entire git history
29
fetch-depth: 0
30
31
- - name: Install Tools & Dependencies
32
- uses: ./.github/actions/install
+ - uses: actions/checkout@v6
+ - 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
40
41
- name: Generate Lunaria Overview
42
uses: lunariajs/action@v1-prerelease
0 commit comments