Skip to content

chore: rollback to build only, no release #20

chore: rollback to build only, no release

chore: rollback to build only, no release #20

Workflow file for this run

name: Build
on:
push:
branches:
- main
- staging
permissions:
contents: read # for checkout
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm run build