Skip to content

Commit ab43d85

Browse files
committed
Merge branch 'ci-install-scripts' into browsers
2 parents 4cb9129 + 079ca49 commit ab43d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version: ${{ matrix.node-version }}
1515
- name: Install Dependencies
16-
run: npm install --ignore-scripts
16+
run: npm install
1717
- name: Test
1818
run: npm run test

0 commit comments

Comments
 (0)