Skip to content

fix: type of reg can't be string #2

fix: type of reg can't be string

fix: type of reg can't be string #2

Workflow file for this run

name: Build and Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: 添加node-karin开发依赖 并安装依赖
run: npm install node-karin@latest --save-dev && npm install
- name: 编译输出
run: npm run build