Skip to content

Commit

Permalink
fix: add retry functionality to octokit fetch (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Mar 17, 2022
1 parent 6ca25e7 commit c570dea
Show file tree
Hide file tree
Showing 55 changed files with 1,828 additions and 140 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ jobs:
- name: Validate Copyright Headers
run: deno run --allow-read scripts/verify-file-headers.ts

- name: Read .nvmrc
run: echo NODE_VERSION=`cat .nvmrc` >> $GITHUB_ENV

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: ${{ env.NODE_VERSION }}

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
16.13.1
9 changes: 6 additions & 3 deletions dist/0.index.js

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

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

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

9 changes: 6 additions & 3 deletions dist/101.index.js

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

Loading

0 comments on commit c570dea

Please sign in to comment.