Skip to content

Commit be9ad42

Browse files
authored
Install dependencies in publish CI (#9)
2 parents 9117777 + 847b7c9 commit be9ad42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- name: Install latest NPM
6464
run: npm i -g npm@latest
6565

66+
- name: Install dependencies
67+
run: npm ci
68+
6669
- name: Download build artifact
6770
uses: actions/download-artifact@v4
6871
with:

0 commit comments

Comments
 (0)