Skip to content

bump to version 3.0.7 #132

bump to version 3.0.7

bump to version 3.0.7 #132

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: CultureHQ/actions-yarn@v1.0.1
- run: yarn
- run: yarn check-docs
- run: yarn check-tests
- run: yarn lint
- run: yarn test
- run: yarn build