From 03d73cc993f04c7e53de9e91aeda1b490200259e Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Wed, 11 Jan 2023 08:43:14 -0500 Subject: [PATCH] bump npm version from 7 to 8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28598eb01a6..4ff69fd82e4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "start": "node devtools/test_dashboard/server.js", "baseline": "node test/image/make_baseline.js", "noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'", - "preversion": "check-node-version --node 16 --npm 7 && npm-link-check && npm ls --prod --all", + "preversion": "check-node-version --node 16 --npm 8 && npm-link-check && npm ls --prod --all", "version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js", "postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"", "postpublish": "node tasks/sync_packages.js",