chore: try linked versions for release (#9245)

Let's give this plugin a try? with dependency pinning it seems useful to
make sure these packages get released together.
This commit is contained in:
Alex Rudenko 2022-11-11 11:01:43 +01:00 committed by GitHub
parent e55fed9d49
commit b57b5b35a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,13 @@
}, },
"plugins": [ "plugins": [
{ {
"type": "node-workspace" "type": "node-workspace",
"merge": false
},
{
"type": "linked-versions",
"group-name": "puppeteer",
"components": ["puppeteer", "puppeteer-core"]
} }
] ]
} }