Skip to content

Commit a5eba61

Browse files
committed
set --node 12.13 and --npm 6.12 in check-node-version call
... to make sure these version are used when making new releases
1 parent 39c1944 commit a5eba61

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
@@ -43,7 +43,7 @@
4343
"start-image_viewer": "node devtools/image_viewer/server.js",
4444
"start": "npm run start-test_dashboard",
4545
"baseline": "node tasks/baseline.js",
46-
"preversion": "check-node-version --node 10 --npm 6 && npm-link-check && npm ls --prod",
46+
"preversion": "check-node-version --node 12.13 --npm 6.12.0 && npm-link-check && npm ls --prod",
4747
"version": "npm run build && git add -A dist src build",
4848
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
4949
"postpublish": "node tasks/sync_packages.js",

0 commit comments

Comments
 (0)