1
0
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:
Mario Sarcher 2020-11-09 15:54:02 +01:00
parent 795f0c3062
commit a2dabdea1c

View File

@ -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