Skip to content

Commit

Permalink
chore: bump package-lock.json file version
Browse files Browse the repository at this point in the history
Note to future self: URL for dependencies from GitHub must use
"git+https" instead of "git+ssh" to make the CI pass, else you will
encounter the following error:

```
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/uNetworking/uWebSockets.js.git
npm ERR!
npm ERR! Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts.
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR!
npm ERR! exited with error code: 128
```
  • Loading branch information
darrachequesne committed Jan 18, 2022
1 parent 45112a3 commit 3f1e312
Showing 1 changed file with 1,959 additions and 17 deletions.

0 comments on commit 3f1e312

Please sign in to comment.