Skip to content

build(deps-dev): bump @changesets/changelog-github from 0.5.1 to 0.5.2 #176

build(deps-dev): bump @changesets/changelog-github from 0.5.1 to 0.5.2

build(deps-dev): bump @changesets/changelog-github from 0.5.1 to 0.5.2 #176

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use node.js
uses: actions/setup-node@v5
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
package-manager-cache: false
- name: Installing Dependencies
run: pnpm install
- name: Running unit Test
run: pnpm run test:unit