Skip to content

Commit

Permalink
chore: replace npm install and npm test with cit short
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-tn committed Oct 16, 2021
1 parent 90e0136 commit cf02e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Expand Up @@ -20,10 +20,8 @@ jobs:
cache: npm
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
run: npm cit
- if: matrix.node-version == 14
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v1
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yml
Expand Up @@ -15,10 +15,8 @@ jobs:
cache: npm
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test
run: npm cit
- name: Publish Package to NPM Registry
run: npm publish
env:
Expand Down

0 comments on commit cf02e1c

Please sign in to comment.