Skip to content

Commit 4fd4ce6

Browse files
Debugging CICD
1 parent 90eaf25 commit 4fd4ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
with:
8989
node-version: "20"
9090
registry-url: "https://registry.npmjs.org"
91+
- name: Install dependencies
92+
run: npm ci
9193
- uses: actions/download-artifact@v4
9294
with:
9395
name: dist

0 commit comments

Comments
 (0)