docker / setup-qemu-action

GitHub Action to install QEMU static binaries
https://github.com/marketplace/actions/docker-setup-qemu
Apache License 2.0
458 stars 61 forks source link

update to yarn 3.6.3 #133

Closed crazy-max closed 6 months ago

crazy-max commented 6 months ago

similar to https://github.com/docker/bake-action/pull/98

Migration steps: https://yarnpkg.com/getting-started/migration

$ corepack enable
# https://yarnpkg.com/getting-started/install#updating-to-the-latest-versions
$ yarn set version stable
$ yarn --version
3.6.3

Also install plugin-interactive-tools yarn pkg: https://yarnpkg.com/api/modules/plugin_interactive_tools.html

$ yarn plugin import interactive-tools