Skip to content

Commit

Permalink
[Bug] doAwaitResponse should return / handle any additional value ret…
Browse files Browse the repository at this point in the history
…urned by the callback function #108
  • Loading branch information
nev21 committed Dec 13, 2023
1 parent 4e9c83c commit 0021fe5
Show file tree
Hide file tree
Showing 6 changed files with 970 additions and 351 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Update rush shrinkwrap dependencies
run: node common/scripts/install-run-rush.js update --full
- run: npm install
- name: Npm Install
run: npm install
- name: Build
run: npm run build --verbose
timeout-minutes: 10
Expand Down
Loading

0 comments on commit 0021fe5

Please sign in to comment.