Skip to content

Update to version 0.3.0 with major enhancements including a modernize… #1

Update to version 0.3.0 with major enhancements including a modernize…

Update to version 0.3.0 with major enhancements including a modernize… #1

Workflow file for this run

name: Build
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci || npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: minimacss-dist
path: dist/