Skip to content

Commit

Permalink
ci: add npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Feb 24, 2021
1 parent a3837e8 commit c144eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:ci

0 comments on commit c144eb1

Please sign in to comment.