Skip to content

chore: Update package name and version in package.json #40

chore: Update package name and version in package.json

chore: Update package name and version in package.json #40

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: 📦 Setup pnpm
uses: pnpm/action-setup@v3
with:
version: latest
cache: "pnpm"
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
cache-dependency-path: ./package.json
- name: 🔍 Tests
run: |
pnpm install --no-frozen-lockfile
pnpm run ci
- name: ⚙️ Generating coverage badges
uses: jpb06/coverage-badges-action@latest
with:
branches: main
badges-icon: jest