We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-node-version
1 parent 39c1944 commit a5eba61Copy full SHA for a5eba61
package.json
@@ -43,7 +43,7 @@
43
"start-image_viewer": "node devtools/image_viewer/server.js",
44
"start": "npm run start-test_dashboard",
45
"baseline": "node tasks/baseline.js",
46
- "preversion": "check-node-version --node 10 --npm 6 && npm-link-check && npm ls --prod",
+ "preversion": "check-node-version --node 12.13 --npm 6.12.0 && npm-link-check && npm ls --prod",
47
"version": "npm run build && git add -A dist src build",
48
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
49
"postpublish": "node tasks/sync_packages.js",
0 commit comments