Skip to content

Commit e9c7409

Browse files
committed
fix(action): npm install not working
1 parent 9c5467b commit e9c7409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: 'lts/*'
1414
- name: npm install, run test & build
1515
run: |
16-
npm ci
16+
npm install
1717
npm run test
1818
npm run build
1919

0 commit comments

Comments
 (0)