Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 2a12661

Browse files
authored
ci: remove references to lerna
1 parent 00dfe6a commit 2a12661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Install package dependencies
25-
run: npm ci && npx lerna bootstrap
25+
run: npm ci
2626
- name: Run Linter
2727
run: npm run lint
2828
- run: npm test

0 commit comments

Comments
 (0)