Skip to content

Commit 406013b

Browse files
committed
test: replace npm install with npm ci in ITK workflow dependencies
1 parent f5ca7d0 commit 406013b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-itk-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: 'npm'
5050

5151
- name: Install Node dependencies
52-
run: npm install
52+
run: npm ci
5353

5454
- name: Run Error Handling Tests
5555
run: bash itk/run_error_tests.sh

.github/workflows/run-itk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: 'npm'
5050

5151
- name: Install Node dependencies
52-
run: npm install
52+
run: npm ci
5353

5454
- name: Run Error Handling Tests
5555
run: bash itk/run_error_tests.sh

0 commit comments

Comments
 (0)