Skip to content

Commit 424d45d

Browse files
committed
ci: switch back to npm ci
1 parent 18a9a7f commit 424d45d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: '22.x'
3939

4040
- name: Install dependencies
41-
run: npm install
41+
run: npm ci
4242

4343
- name: Determine commit range
4444
id: commit_range
@@ -70,7 +70,7 @@ jobs:
7070
node-version: '22.x'
7171

7272
- name: Install
73-
run: npm install --include=dev
73+
run: npm ci
7474

7575
- name: Build
7676
run: npm run build
@@ -153,15 +153,15 @@ jobs:
153153
node-version: '22.x'
154154

155155
- name: Install schema dependencies
156-
run: npm install
156+
run: npm ci
157157
working-directory: ./
158158

159159
- name: Generate schema documentation
160160
run: npm run docs:schemamarkdown
161161
working-directory: ./
162162

163163
- name: Install docusaurus dependencies
164-
run: npm install
164+
run: npm ci
165165
working-directory: ./docusaurus
166166

167167
- name: Build Docusaurus site

0 commit comments

Comments
 (0)