Skip to content

feat: 可配置关闭源映射 #17

feat: 可配置关闭源映射

feat: 可配置关闭源映射 #17

Workflow file for this run

name: Unit Test
on:
push:
jobs:
build:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
runs-on: ubuntu-latest
steps:
- uses: ieavid/template@v1
with:
nodev: ${{matrix.node-version}}
pnpmv: 8
run_install: true
- name: build
run: pnpm ci:build
- name: Unit test
run: pnpm ci:test