Skip to content

Commit 03d73cc

Browse files
committed
bump npm version from 7 to 8
1 parent 7afe79d commit 03d73cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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)