Skip to content

Commit e5624de

Browse files
author
kai
committed
install dependencies in CI
1 parent 9117777 commit e5624de

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
@@ -85,6 +85,9 @@ jobs:
8585
env:
8686
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8787

88+
- name: Install dependencies
89+
run: npm ci
90+
8891
- name: Generate docs
8992
run: npm run docs
9093

0 commit comments

Comments
 (0)