1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-11 09:25:26 +03:00

chore: Support and switch to using ^9.6.5 version of NPM

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-15 15:53:32 -04:00
parent f2247adfdb
commit 6fc01284d3
9 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@ jobs:
registry-url: "https://npm.pkg.github.com"
- name: Install specific npm version
run: npm install -g npm@9.6.5
run: npm install -g npm@^9.6.5
- name: Install deps
run: |

View File

@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install specific npm version
run: npm install -g npm@9.6.5
run: npm install -g npm@^9.6.5
- name: Install deps
run: npm install

View File

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

View File

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

View File

@ -31,7 +31,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install specific npm version
run: npm install -g npm@9.6.5
run: npm install -g npm@^9.6.5
- name: Generate NPM packages
run: |

View File

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

View File

@ -47,6 +47,6 @@
"rimraf": "^4.4.1"
},
"engines": {
"npm": "9.6.5"
"npm": "^9.6.5"
}
}