mirror of
https://github.com/go-gitea/gitea
synced 2024-10-28 17:59:03 +01:00
7eede7f8de
`npm@8` which comes with node 16 will by default write lockfile v2 `npm@9` which comes with recent versions of node 18 and above will write lockfile v3 To avoid incorrect lockfile v2 generation on npm v8, force npm to write lockfile v3, so no matter which npm version the user has installed, the same lockfile format will be generated. References: - https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion - https://nodejs.org/en/download/releases Co-authored-by: delvh <leon@kske.dev>
6 lines
98 B
Text
6 lines
98 B
Text
audit=false
|
|
fund=false
|
|
update-notifier=false
|
|
package-lock=true
|
|
save-exact=true
|
|
lockfile-version=3
|