Skip to content

fix: export get concurrency threshold #59

fix: export get concurrency threshold

fix: export get concurrency threshold #59

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: pnpm/action-setup@v4.0.0
with:
version: 8
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Node
uses: actions/setup-node@v4.0.1
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test