Skip to content

Commit

Permalink
Fix package-lock.json optional dependency issue
Browse files Browse the repository at this point in the history
`npm run test-ct` was failing in CI (see job log [1]) with reference
to a npm bug [2] and suggested to do delete package-lock.json and do
`npm install` to rebuild it. This commit has the result of it.

Also this commit changes `lockfileVersion` in package-lock.json to 3,
which is backwards compatible to npm v7 (bundled with node starting from
version 15). We're using node16 in CI for package tests, so it's fine.

[1] https://github.com/ably/ably-js/actions/runs/7985041805/job/21802827410?pr=1625
[2] npm/cli#4828
  • Loading branch information
VeskeR committed Feb 21, 2024
1 parent c04b930 commit 86ee859
Showing 1 changed file with 418 additions and 2,066 deletions.
Loading

0 comments on commit 86ee859

Please sign in to comment.