Skip to content

Merge pull request #1 from Verringer/Virtual-branch #6

Merge pull request #1 from Verringer/Virtual-branch

Merge pull request #1 from Verringer/Virtual-branch #6

name: Build - Test
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 17.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn type-check
- run: yarn build-prod
- run: yarn set-plugin-version 0.0.0