Skip to content

fix: update lock file #52

fix: update lock file

fix: update lock file #52

Workflow file for this run

name: ci
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: yarn
- name: Run Plugin Tests
run: npm test