Skip to content

chore: publish 3.0.1 #22

chore: publish 3.0.1

chore: publish 3.0.1 #22

Workflow file for this run

name: ci
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: 📦 Install dependencies
run: npm ci
- name: 🚧 Build project
run: npm run build
- name: 🧪 Test project
run: npm run test