Skip to content

Commit e93f741

Browse files
committed
fix: node 6 tests
1 parent b9d4ad3 commit e93f741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install dependencies (node < 8)
3232
if: ${{ matrix.node-version < 8 }}
33-
run: npm install --omit=dev
33+
run: npm install --only=prod
3434

3535
- name: Run unit tests
3636
if: ${{ matrix.node-version >= 16 }}

0 commit comments

Comments
 (0)