mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore: fix CI
This commit is contained in:
parent
aaac9c40c5
commit
92b4dc865a
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -57,5 +57,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
npm install -g lerna
|
||||||
npm install
|
npm install
|
||||||
|
lerna bootstrap
|
||||||
npm run test
|
npm run test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user