1
0
mirror of https://github.com/lensapp/lens.git synced 2024-10-05 13:27:21 +03:00

chore: switch from latest to hat 9.6.7

Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
Gabriel 2023-05-23 18:46:05 +02:00 committed by Sebastian Malton
parent 99b6af7246
commit dbbb41eca7
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install specific npm version
run: npm install -g npm@latest
run: npm install -g npm@^9.6.7
- name: Generate Extensions API Reference using typedocs
run: |

View File

@ -105,7 +105,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install specific npm version
run: npm install -g npm@latest
run: npm install -g npm@^9.6.7
- name: Get npm cache directory path
if: ${{ runner.os != 'Windows' }}