Skip to content

Merge pull request #11 from prasantht96/v19 #16

Merge pull request #11 from prasantht96/v19

Merge pull request #11 from prasantht96/v19 #16

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build library
run: npm run build