Skip to content

Commit a0f4da2

Browse files
committed
Fix npm install
1 parent 98c462d commit a0f4da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "ARKANALYZER_DIR=$(realpath $DEST_DIR)" >> $GITHUB_ENV
8282
cd $DEST_DIR
8383
84-
npm ci
84+
npm install
8585
npm run build
8686
8787
- name: Start ArkAnalyzer server

0 commit comments

Comments
 (0)