Skip to content

chore(version): Version 16.0.0 #32

chore(version): Version 16.0.0

chore(version): Version 16.0.0 #32

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
npm ci
npm run build_lib
npm run build