1
0
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:
steve richards 2021-06-09 13:44:54 +01:00 committed by GitHub
parent c20f30145b
commit 5a01ef08b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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