Skip to content

v0.2.2: Fix(types): support custom handler in fe-sdk #84

v0.2.2: Fix(types): support custom handler in fe-sdk

v0.2.2: Fix(types): support custom handler in fe-sdk #84

Workflow file for this run

name: Linux CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
run-on-linux:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
# version: 9
run_install: false
# - name: Get pnpm store directory
# id: pnpm-cache
# shell: bash
# run: |
# echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
# - uses: actions/cache@v3
# name: Setup pnpm cache
# with:
# path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
- run: pnpm -v
- run: dir
- run: pnpm lint
# - run: pnpm --filter app-example test
- run: pnpm start:tsdk
- run: pnpm --filter fe-sdk-demo-docs build
- run: dir