Skip to content

Update main to v0.2.1 #21

Update main to v0.2.1

Update main to v0.2.1 #21

Workflow file for this run

name: Build
on:
push:
branches: [ "main", "release-*" ]
pull_request:
branches: [ "main", "release-*" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
gulp