Skip to content

Version bump to 1.3.1 #238

Version bump to 1.3.1

Version bump to 1.3.1 #238

Workflow file for this run

name: Main CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build and Test
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
#- run: npm test