Skip to content

Commit

Permalink
Use npm ci instead of npm install.
Browse files Browse the repository at this point in the history
  • Loading branch information
barinbritva committed Mar 4, 2021
1 parent 037e895 commit f0b6b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
uses: actions/checkout@v2

- name: Install dependencies
run: npm install
run: npm ci

- name: Run build
run: npm run build

0 comments on commit f0b6b11

Please sign in to comment.