1
0
mirror of https://github.com/lensapp/lens.git synced 2024-07-14 12:40:23 +03:00

chore: Enforce a specific version of NPM to make package-locks not vary

Co-authored-by: Gabriel <gaccettola@mirantis.com>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2023-05-04 12:07:01 +03:00 committed by Gabriel Accettola
parent f5cb1c207c
commit 0003c10dbb
3 changed files with 7 additions and 0 deletions

1
.npmrc
View File

@ -1,3 +1,4 @@
disturl "https://electronjs.org/headers"
target "19.0.4"
runtime "electron"
engine-strict=true

3
package-lock.json generated
View File

@ -14,6 +14,9 @@
"cross-env": "^7.0.3",
"lerna": "^6.6.1",
"rimraf": "^4.4.1"
},
"engines": {
"npm": "9.6.5"
}
},
"node_modules/@adobe/css-tools": {

View File

@ -44,5 +44,8 @@
"cross-env": "^7.0.3",
"lerna": "^6.6.1",
"rimraf": "^4.4.1"
},
"engines": {
"npm": "9.6.5"
}
}