Skip to content

Commit 2847a62

Browse files
Merge pull request #15 from ngx-builders/santoshyadav198613-patch-2
create workflow file
2 parents 5f12c5d + ce36238 commit 2847a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm run build
2929
env:
3030
CI: true

0 commit comments

Comments
 (0)