Do not use npm ci for webchat

This commit is contained in:
Franck Royer 2021-04-22 21:30:16 +10:00
parent 46f3bf6320
commit a34addb891
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 4 deletions

View File

@ -33,10 +33,9 @@ jobs:
- name: "[js-waku] build"
run: npm run build
- name: install using npm ci
uses: bahmutov/npm-install@v1
with:
working-directory: web-chat
- name: install using npm i
run: npm install
working-directory: web-chat
- name: test
run: npm run test