Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /plugin #47

Bump word-wrap from 1.2.3 to 1.2.4 in /plugin

Bump word-wrap from 1.2.3 to 1.2.4 in /plugin #47

Workflow file for this run

name: Test plugin
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: plugin
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
cache-dependency-path: ./plugin/yarn.lock
- run: corepack enable
- run: yarn && yarn build
- run: yarn test