Skip to content

chore: sync production into dev after v1.3.0 release (#43) #54

chore: sync production into dev after v1.3.0 release (#43)

chore: sync production into dev after v1.3.0 release (#43) #54

Workflow file for this run

name: CI
on:
push:
branches: [production, dev]
pull_request:
branches: [production, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm run test
- run: npm run build