Skip to content

Commit

Permalink
Downgrade package lockfile version
Browse files Browse the repository at this point in the history
We specify Node v14 in our `.nvmrc` file, which comes with npm v6. This
version of npm complains when if finds a package-lock.json file using
lockfileVersion@2, and replaces it with an equivalent lockfile using the
older format. This is confusing for contributors, and breaks `rake
release`, which complains about uncommited changes.

This commit fixes the issue by commiting a version of package-lock.json
using lockfileVersion@2. If and when this repo starts using Node v16 we
can upgrade the lockfile again.
  • Loading branch information
lfdebrux committed Oct 21, 2021
1 parent 50e1234 commit b6b3e19
Showing 1 changed file with 1 addition and 2,499 deletions.
Loading

0 comments on commit b6b3e19

Please sign in to comment.