1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Make ci "npm install" using correct version of NPM

Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-05-04 12:23:05 +03:00 committed by Gabriel Accettola
parent 0fe92fb54a
commit eb297193aa
5 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Generate Extensions API Reference using typedocs
run: |
npm install
npm run all:install
npm run build:docs
- name: Verify that the markdown is valid

View File

@ -17,7 +17,7 @@ jobs:
- name: Install deps
run: |
npm install
npm run all:install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install deps
run: npm install
run: npm run all:install
- name: Lint
run: npm run lint

View File

@ -37,7 +37,7 @@ jobs:
- name: Generate Extensions API Reference using typedocs
run: |
npm install
npm run all:install
npm run typedocs-extensions-api
- name: Checkout master branch from lens

View File

@ -34,7 +34,7 @@ jobs:
- name: Generate Extensions API Reference using typedocs
run: |
npm install
npm run all:install
npm run build:docs
- name: Verify that the markdown is valid