Skip to content

Commit 1373223

Browse files
committed
chore: fix npm install on CI
1 parent 4227e0a commit 1373223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node-version }}
15-
- run: npm i
15+
- run: npm ci --prefer-offline --no-audit --no-update-notifier
1616
- run: npm run lint
1717
- run: npm run test
1818
- run: npm run build

0 commit comments

Comments
 (0)