How do I configure the node yarn runner to use yarn v2 (berry). Yarn V2 works a bit different than before. It is installed project wide.
When I run my current config, it fails with:
error An unexpected error occurred: "Unknown token: { line: 3, col: 2, type: 'INVALID', value: undefined } 3:2 in yarn.lock
It still uses the globally installed version (v1.22)
How do I configure the node yarn runner to use yarn v2 (berry). Yarn V2 works a bit different than before. It is installed project wide.
When I run my current config, it fails with:
It still uses the globally installed version (v1.22)