Skip to content

chore: bump version to 7.1.0 (#6) #25

chore: bump version to 7.1.0 (#6)

chore: bump version to 7.1.0 (#6) #25

Workflow file for this run

name: Test and Build Plugin
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run test
- run: npm run lint
- run: npm run build