Skip to content

@kadena/chainweb-stream-client - Changed default export at index to named export #4642

@kadena/chainweb-stream-client - Changed default export at index to named export

@kadena/chainweb-stream-client - Changed default export at index to named export #4642

Workflow file for this run

name: CI (build, lint, test)
# All pull requests, and
# Workflow dispatch allows you to run this workflow manually from the Actions tab
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Ubuntu/Node.js v18
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
show-progress: false
- name: Fetch base branch
run: git fetch origin ${{ github.base_ref }}
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build, lint, test all packages
run: pnpm turbo build lint test