Skip to content

Release v3.0.0

Release v3.0.0 #164

Workflow file for this run

name: Run build
on:
push:
branches:
- '**'
pull_request:
branches:
- 'main'
jobs:
build:
name: Run build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v4
with:
path: dist