Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Switch from npm i to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwachter committed Jul 29, 2020
1 parent dc08ebe commit 7b791dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm ci
- run: npm run lint

publish:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm ci
- run: npm run build-bundle
- run: cd dist
- run: npm publish
Expand Down

0 comments on commit 7b791dc

Please sign in to comment.