Skip to content

Commit ca8ff36

Browse files
authored
Merge pull request #6433 from plotly/npm-v8
Bump required npm version from 7 to 8
2 parents 7afe79d + 03d73cc commit ca8ff36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"start": "node devtools/test_dashboard/server.js",
5858
"baseline": "node test/image/make_baseline.js",
5959
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
60-
"preversion": "check-node-version --node 16 --npm 7 && npm-link-check && npm ls --prod --all",
60+
"preversion": "check-node-version --node 16 --npm 8 && npm-link-check && npm ls --prod --all",
6161
"version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
6262
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
6363
"postpublish": "node tasks/sync_packages.js",

0 commit comments

Comments
 (0)