Skip to content

Commit

Permalink
Do not use npm ci for webchat
Browse files Browse the repository at this point in the history
  • Loading branch information
D4nte committed Apr 22, 2021
1 parent 46f3bf6 commit a2b019a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webchat-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: "[js-waku] build"
run: npm run build

- name: install using npm ci
uses: bahmutov/npm-install@v1
- name: install using npm i
run: npm install
with:
working-directory: web-chat

Expand Down

0 comments on commit a2b019a

Please sign in to comment.