Skip to content

Commit 9f712dd

Browse files
run npm i with test workflow (opendatahub-io#5542)
1 parent 44055a7 commit 9f712dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: ${{ env.NODE_VERSION }}
3939
- name: Install dependencies
40-
run: npm ci
40+
run: npm install
4141

4242
- name: Check for uncommitted changes
4343
run: git diff --exit-code

0 commit comments

Comments
 (0)