Skip to content

Commit 548312a

Browse files
committed
chore: update workflows config.
1 parent b905bbe commit 548312a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ jobs:
198198
node-version: 16
199199

200200
- name: Install
201-
run: npm install --build-from-source
201+
# run: npm install --build-from-source
202+
run: npm install
202203

203204
- run: npm run hoist
204205

0 commit comments

Comments
 (0)