Skip to content

refactor: ✨ rename BUILD_MODE to RUN_MODE #88

refactor: ✨ rename BUILD_MODE to RUN_MODE

refactor: ✨ rename BUILD_MODE to RUN_MODE #88

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run build && npm run test