Set node version to v16.14.0 to workaround node/npm bug (#335)

Node 16.14.2 thinks the `package-lock.json` is out of sync when it is
not.

https://github.com/npm/cli/issues/4660
This commit is contained in:
Christopher Swenson 2022-06-15 14:50:07 -07:00 committed by GitHub
parent a502b7fa66
commit 6ee4dd3797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 13 deletions

36
package-lock.json generated
View file

@ -13629,6 +13629,12 @@
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/hosted-git-info": {
"version": "2.8.8",
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/http-cache-semantics": {
"version": "3.8.1",
"dev": true,
@ -13755,6 +13761,15 @@
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/ini": {
"version": "1.3.5",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "*"
}
},
"node_modules/npm/node_modules/init-package-json": {
"version": "1.10.3",
"dev": true,
@ -15029,6 +15044,12 @@
"node": ">=4"
}
},
"node_modules/npm/node_modules/path-parse": {
"version": "1.0.6",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/performance-now": {
"version": "2.1.0",
"dev": true,
@ -29839,6 +29860,11 @@
"bundled": true,
"dev": true
},
"hosted-git-info": {
"version": "2.8.8",
"bundled": true,
"dev": true
},
"http-cache-semantics": {
"version": "3.8.1",
"bundled": true,
@ -29930,6 +29956,11 @@
"bundled": true,
"dev": true
},
"ini": {
"version": "1.3.5",
"bundled": true,
"dev": true
},
"init-package-json": {
"version": "1.10.3",
"bundled": true,
@ -30935,6 +30966,11 @@
"bundled": true,
"dev": true
},
"path-parse": {
"version": "1.0.6",
"bundled": true,
"dev": true
},
"performance-now": {
"version": "2.1.0",
"bundled": true,