Skip to content

Commit bbd68ed

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent dd6c685 commit bbd68ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
with:
1414
node-version: 14
1515

16-
- run: npm install
16+
- run: npm i npm@7 -g
17+
- run: npm ci
18+
# - run: npm install
1719
- run: npm run hoist
1820
# - run: npm run bootstrap
1921
- run: npm run build

0 commit comments

Comments
 (0)