mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Output nodejs version
This commit is contained in:
parent
795f0c3062
commit
a2dabdea1c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -36,7 +36,9 @@ jobs:
|
|||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
|
||||||
- name: typedocs generate Extensions API Reference
|
- name: typedocs generate Extensions API Reference (Node.js ${{ matrix.node-version }})
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node-version }}
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn typedocs-extensions-api
|
yarn typedocs-extensions-api
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user