Skip to content

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 #2084

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 #2084

Workflow file for this run

name: Monorepo Test
on:
pull_request:
push:
branches:
- main
- development
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Test
run: yarn test
- name: Upload coverage report
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: packages/account-abstraction-kit/coverage/lcov.info
packages/api-kit/coverage/lcov.info
packages/auth-kit/coverage/lcov.info
packages/onramp-kit/coverage/lcov.info
packages/relay-kit/coverage/lcov.info