Skip to content

Commit be78abf

Browse files
committed
figuring out why its again stuck at installing npm dependencies
1 parent 7f37bef commit be78abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: '16.x'
19-
- name: Install dependencies
20-
run: npm ci
19+
- name: Install dependencies (verbose)
20+
run: npm ci --verbose
2121
- name: Create env file
2222
run: |
2323
touch .env

0 commit comments

Comments
 (0)