mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
Update job to use node version 12 (#3011)
Signed-off-by: Steve Richards <srichards@mirantis.com>
This commit is contained in:
parent
c20f30145b
commit
5a01ef08b1
8
.github/workflows/mkdocs-manual.yml
vendored
8
.github/workflows/mkdocs-manual.yml
vendored
@ -9,6 +9,9 @@ jobs:
|
||||
build:
|
||||
name: Manual update to sync Tag with Master
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v2
|
||||
@ -26,6 +29,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: '${{ github.event.inputs.version }}'
|
||||
|
||||
- name: Using Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Generate Extensions API Reference using typedocs
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user