mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Try if CI works with an alternate way of specifying npm version
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
6f4fb39936
commit
1b30b50a7d
3
.github/workflows/check-docs.yml
vendored
3
.github/workflows/check-docs.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Generate Extensions API Reference using typedocs
|
||||
run: |
|
||||
npm install
|
||||
|
||||
3
.github/workflows/cron-test.yaml
vendored
3
.github/workflows/cron-test.yaml
vendored
@ -27,6 +27,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Get npm cache directory path
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
id: npm-cache-dir-path
|
||||
|
||||
3
.github/workflows/daily-alpha.yml
vendored
3
.github/workflows/daily-alpha.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
||||
node-version: "16.x"
|
||||
registry-url: "https://npm.pkg.github.com"
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
npm install
|
||||
|
||||
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Install deps
|
||||
run: npm install
|
||||
|
||||
|
||||
3
.github/workflows/mkdocs-manual.yml
vendored
3
.github/workflows/mkdocs-manual.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Generate Extensions API Reference using typedocs
|
||||
run: |
|
||||
npm install
|
||||
|
||||
6
.github/workflows/publish-docs.yml
vendored
6
.github/workflows/publish-docs.yml
vendored
@ -32,6 +32,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Generate Extensions API Reference using typedocs
|
||||
run: |
|
||||
npm install
|
||||
@ -75,6 +78,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Generate Extensions API Reference using typedocs
|
||||
run: |
|
||||
npm ci
|
||||
|
||||
3
.github/workflows/publish-release-npm.yml
vendored
3
.github/workflows/publish-release-npm.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Generate NPM packages
|
||||
run: |
|
||||
npm ci
|
||||
|
||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Get npm cache directory path
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
id: npm-cache-dir-path
|
||||
@ -101,6 +104,9 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install specific npm version
|
||||
run: npm install -g npm@9.6.5
|
||||
|
||||
- name: Get npm cache directory path
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
id: npm-cache-dir-path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user