Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

2.0.3 修复JSON的key不接受输入对象类型的数组的bug #3

2.0.3 修复JSON的key不接受输入对象类型的数组的bug

2.0.3 修复JSON的key不接受输入对象类型的数组的bug #3

Workflow file for this run

name: yarn
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn install
yarn build