Skip to content

Commit 847b7c9

Browse files
author
kai
committed
Move above artifact download
1 parent e5624de commit 847b7c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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:
@@ -85,9 +88,6 @@ jobs:
8588
env:
8689
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8790

88-
- name: Install dependencies
89-
run: npm ci
90-
9191
- name: Generate docs
9292
run: npm run docs
9393

0 commit comments

Comments
 (0)