Skip to content

Commit

Permalink
Merge pull request #4610 from plotly/check-node-12
Browse files Browse the repository at this point in the history
check-node-version: accept any nodejs version in 12.x
  • Loading branch information
antoinerg committed Mar 2, 2020
2 parents 31a23fe + 4cab109 commit f5aad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"start-image_viewer": "node devtools/image_viewer/server.js",
"start": "npm run start-test_dashboard",
"baseline": "node tasks/baseline.js",
"preversion": "check-node-version --node 12.13 --npm 6.13 && npm-link-check && npm ls --prod",
"preversion": "check-node-version --node 12 --npm 6.13 && npm-link-check && npm ls --prod",
"version": "npm run build && git add -A dist src build",
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
"postpublish": "node tasks/sync_packages.js",
Expand Down

0 comments on commit f5aad90

Please sign in to comment.