deps: node@19.9.0

This commit is contained in:
Philipp Dormann 2023-04-15 18:43:32 +02:00
parent 0edf31a9ec
commit 4ce0eeffea
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -42,5 +42,8 @@
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order.js && git add src/locales"
}
},
"volta": {
"node": "19.9.0"
}
}