https://github.com/nodejs/gyp-next/blob/0dc9836109909e66b91650a0ac4751571d53e764/.github/workflows/node-gyp.yml#L40 Will currently install npm@11, so should we try to install npm@12 over it globally to ensure that there are no breaking changes? ```yaml - run: npm install --global npm@12 ```
gyp-next/.github/workflows/node-gyp.yml
Line 40 in 0dc9836
Will currently install npm@11, so should we try to install npm@12 over it globally to ensure that there are no breaking changes?