Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit abb0c6f

Browse files
fix: install dependencies before release
1 parent d00b64f commit abb0c6f

3 files changed

Lines changed: 1093 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
node-version: 20
4242
cache: "npm"
43+
- name: Install Dependencies
44+
run: npm ci
4345
- name: Download build
4446
uses: actions/download-artifact@v4
4547
with:

0 commit comments

Comments
 (0)