Skip to content

Commit

Permalink
Update dependencies (#59)
Browse files Browse the repository at this point in the history
* Update dependencies

* Use npm ci to speed up CI runs

* Update dist files

* Force TLS 1.2 for now

* Implement retries

* Improve retry handling

* Retry twice just because
  • Loading branch information
dennisameling committed Mar 1, 2022
1 parent f168bc5 commit 3eb648b
Show file tree
Hide file tree
Showing 8 changed files with 2,644 additions and 1,406 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm ci
- run: npm run all

test:
Expand Down
1,202 changes: 1,173 additions & 29 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

0 comments on commit 3eb648b

Please sign in to comment.