Skip to content

chore(main): release 9.0.2 (#133) #198

chore(main): release 9.0.2 (#133)

chore(main): release 9.0.2 (#133) #198

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
node-version:
- "18"
- "20"
- "22"
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm i -g bower
- run: npm ci
- run: npm run static
- run: npm test
- run: npm run build