Skip to content

Commit f224344

Browse files
committed
💚 fix npm install
1 parent 435e6a3 commit f224344

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
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
node-version: '20'
104104
- name: Install JS dependencies
105-
run: npm ci
105+
run: npm install
106106
working-directory: comparison/js
107107
- name: Run Kotlin comparison
108108
run: ./gradlew -q :comparison:run --console=plain --warning-mode=none > kotlin.out

0 commit comments

Comments
 (0)