Skip to content

fix: resolve the bug of new package version not exist #13

fix: resolve the bug of new package version not exist

fix: resolve the bug of new package version not exist #13

Workflow file for this run

name: 'Test'
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: yarn test