Skip to content

APE-9649 release version change from 0.1.1 to 0.1.2 for plugin (#142) #304

APE-9649 release version change from 0.1.1 to 0.1.2 for plugin (#142)

APE-9649 release version change from 0.1.1 to 0.1.2 for plugin (#142) #304

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install Dependencies
run: npm ci
- name: Compile and Lint
run: npm run pretest