use npm ci in place of npm install

This commit is contained in:
Joseph Garrone 2020-05-17 22:00:20 +02:00
parent 3b2984d446
commit b497e3697a
4 changed files with 4084 additions and 3 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: Replace tokens in README.MD and package.json
uses: cschleiden/replace-tokens@v1
with:
files: '["README.md","package.json","LICENSE"]'
files: '["README.md","package.json","LICENSE","package-lock.json"]'
env:
REPO_NAME: ${{ github.event.repository.name }}
USER_OR_ORG: ${{ github.repository_owner }}