Skip to content

Fet rid of some effects #41

Fet rid of some effects

Fet rid of some effects #41

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-slim
strategy:
matrix:
node-version: [22.x, 24.x, 25.x]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run ci
- run: npm test
- run: npm run build