remap-keys / remap

Keymap Customization Web app for your keyboard.
https://remap-keys.app
Other
220 stars 27 forks source link

Specify `--immutable` option for `yarn install` command to avoid generating the yarn.lock file #836

Closed yoichiro closed 2 months ago

yoichiro commented 2 months ago

This pull request specifies the option flag --frozen-lockfile for the yarn install execution command to avoid generating the yarn.lock file in the GitHub Actions workflows.

yoichiro commented 2 months ago

The option --frozen-lockfile has already been deprecated. Instead, we need to use the new option --immutable.