Michaël Zasso

Results 1686 comments of Michaël Zasso

I mean the staging branch for Current. I found it easier to continuously cherry-pick from main rather than doing everything just before the release proposal. For LTS, I also did...

Now I understand why the checkbox says "above" ![CleanShot 2024-04-30 at 07 14 23@2x](https://github.com/nodejs/Release/assets/2352663/386e8a93-9012-4442-99f8-96a2e64dce9c)

If rulesets are not affected by this limitation, we should migrate asap

What about that: - [Protect LTS staging branches](https://github.com/nodejs/node/settings/rules/714659) - [Protect non-LTS staging branches](https://github.com/nodejs/node/settings/rules/714664)

I can try to migrate the protection of very old branches to a single Ruleset.

https://github.com/nodejs/node/settings/rules/3602466

Something to consider with R2 is that it doesn't contain the symlinks, so it cannot be used alone to make a mirror.

You can use [`node --no-deprecation`](https://nodejs.org/docs/latest/api/cli.html#--no-deprecation) or `export NODE_OPTIONS="--no-deprecation"`.

Or disable `require('esm')` with `--no-experimental-require-module`