Skip to content

Commit 6f87587

Browse files
committed
require node 14 in preversion
1 parent c024d64 commit 6f87587

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
@@ -56,7 +56,7 @@
5656
"start": "node devtools/test_dashboard/server.js",
5757
"baseline": "node test/image/make_baseline.js",
5858
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
59-
"preversion": "check-node-version --node 12 --npm 6.14 && npm-link-check && npm ls --prod",
59+
"preversion": "check-node-version --node 14 --npm 6.14 && npm-link-check && npm ls --prod",
6060
"version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
6161
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
6262
"postpublish": "node tasks/sync_packages.js",

0 commit comments

Comments
 (0)