I pulled from main, and noticed that npm complained about the lockfile. #16130 appears to have been run via the wrong version of npm (the newer v7, versus v6), which auto-upgraded the lockfile. Node 12 (what this project uses, as that's what VS Code uses) includes npm 6. I'm thinking that this bump was a mistake; I can't locally do things without the lockfile being completely recreated, and I'm not sure that it's actually pinning dependencies anymore in the builder.
I pulled from main, and noticed that
npmcomplained about the lockfile. #16130 appears to have been run via the wrong version of npm (the newer v7, versus v6), which auto-upgraded the lockfile. Node 12 (what this project uses, as that's what VS Code uses) includes npm 6. I'm thinking that this bump was a mistake; I can't locally do things without the lockfile being completely recreated, and I'm not sure that it's actually pinning dependencies anymore in the builder.