Skip to content

Commit

Permalink
chore(action): use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 20, 2022
1 parent 1b692c7 commit 94c77c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm ci
- run: npm run build --if-present
- run: npm run cover --if-present
- name: Coveralls Parallel
Expand All @@ -36,7 +36,7 @@ jobs:
with:
node-version: 16.15.0
cache: npm
- run: npm install
- run: npm ci
- run: npx semantic-release
env:
CI: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
node-version: 16.15.0
cache: npm
- run: npm install
- run: npm ci
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@v3.2.0
with:
node-version: 16.15.0
- run: npm install
- run: npm ci
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1
env:
Expand Down

0 comments on commit 94c77c3

Please sign in to comment.