Skip to content

Add github action for release on main/tags #3

Add github action for release on main/tags

Add github action for release on main/tags #3

Workflow file for this run

name: build
on:
pull_request:
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run build