Skip to content

chore: 版本提升

chore: 版本提升 #8

Workflow file for this run

name: Unit Test
on:
push:
jobs:
build:
strategy:
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