Skip to content

fix: 更新依赖包,并修复类型异常 #9

fix: 更新依赖包,并修复类型异常

fix: 更新依赖包,并修复类型异常 #9

Workflow file for this run

# 所有提交自动构建并测试
name: Build
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm test