Skip to content

Commit 00bc295

Browse files
committed
Update Node version in npm script
1 parent 980eb9a commit 00bc295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"start": "node devtools/test_dashboard/server.mjs",
6161
"baseline": "node test/image/make_baseline.mjs",
6262
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
63-
"preversion": "check-node-version --node 18 --npm 10 && npm-link-check && npm ls --prod --all",
63+
"preversion": "check-node-version --node 22 --npm 10 && npm-link-check && npm ls --prod --all",
6464
"version": "npm run build && git add -A lib dist build src/version.js",
6565
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
6666
"postpublish": "node tasks/sync_packages.js"

0 commit comments

Comments
 (0)