This sets the node version to 14.15.2
When using node 15 and running `npm install @primer/primitives@0.0.0-???`, it adds the `^` "up to next major version" which I think causes problems and also switches to `"lockfileVersion": 2,`.
We probably don't need it once primer/primitives releases the next major version.