Closed efgpinto closed 1 year ago
Big diffs on the package lock files, as it's also bumping to "lockfileVersion": 3
from version 1. Things here have stayed on older versions of Node and npm. May be useful to continue for now, until these are bumped everywhere. An nvm use 14
should be on the old versions (unless npm was upgraded manually I guess).
Big diffs on the package lock files, as it's also bumping to
"lockfileVersion": 3
from version 1. Things here have stayed on older versions of Node and npm. May be useful to continue for now, until these are bumped everywhere. Annvm use 14
should be on the old versions (unless npm was upgraded manually I guess).
Thanks Peter, good to know. Updated now using node 14. lockfileVersion is back to 1.
References https://github.com/lightbend/kalix-javascript-sdk/issues/435
Includes also the bump of macos version used in circleci for publishing the native image. Required after curl new parameter added in #434