Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: convert package-lock.json to v2, add engines.node >= 16 #8

Merged
merged 1 commit into from
May 31, 2022

Conversation

prlanzarin
Copy link
Member

bbb-pads was introduced in BBB 2.5 which has Node.js 16 (LTS) as the
baseline for most apps. That node version usually comes with npm 8 -
which converts lockfiles to v2 on install since it is the default.

This commit does two things: specify engines.node in package.json for
autodocumenting purposes and convert package-lock.json to
lockfileVersion 2 so that it isn't converted by the build system on
every build.

bbb-pads was introduced in BBB 2.5 which has Node.js 16 (LTS) as the
baseline for most apps. That node version usually comes with npm 8 -
which converts lockfiles to v2 on install since it is the default.

This commit does two things: specify engines.node in package.json for
autodocumenting purposes and convert package-lock.json to
lockfileVersion 2 so that it isn't converted by the build system on
every build.
@prlanzarin prlanzarin marked this pull request as ready for review May 31, 2022 02:07
@prlanzarin prlanzarin merged commit 2ab19d4 into bigbluebutton:develop May 31, 2022
@prlanzarin prlanzarin deleted the u25-bpak branch May 31, 2022 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant