Skip to content

Commit

Permalink
feat(release): breaker (#6)
Browse files Browse the repository at this point in the history
* feat(breaker): Allows addition of circuit breaker to api calls

* feat(breaker): Adds test for command builder with circuitBreakerConfig

---------

Co-authored-by: xadil <[email protected]>
  • Loading branch information
jmvtrinidad and xadil authored May 7, 2024
1 parent 49d2a17 commit e8f148f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '22'
- run: npm ci
- run: npm run lint
- run: npm test
Expand Down

0 comments on commit e8f148f

Please sign in to comment.