mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
User node version 12
This commit is contained in:
parent
f5a83cdae0
commit
795f0c3062
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -8,6 +8,9 @@ jobs:
|
||||
build:
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v2
|
||||
@ -35,8 +38,8 @@ jobs:
|
||||
|
||||
- name: typedocs generate Extensions API Reference
|
||||
run: |
|
||||
yarn install --ignore-engines
|
||||
yarn --ignore-engines typedocs-extensions-api
|
||||
yarn install
|
||||
yarn typedocs-extensions-api
|
||||
|
||||
# - name: mkdocs deploy latest
|
||||
# run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user