Skip to content

Commit 3d5b752

Browse files
committed
enforce node 10 and npm 6 in preversion step
1 parent 8e1e7b2 commit 3d5b752

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

0 commit comments

Comments
 (0)