Skip to content

Commit

Permalink
remove npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored Oct 19, 2023
1 parent a4b2b1d commit 37a542c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run deploy

0 comments on commit 37a542c

Please sign in to comment.