Skip to content

Commit adb6dd7

Browse files
committed
preversion
1 parent 2056b87 commit adb6dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)