Skip to content

chore(deps-dev): Bump release-it from 17.10.0 to 17.11.0 in the minor-deps-updates-main group #525

chore(deps-dev): Bump release-it from 17.10.0 to 17.11.0 in the minor-deps-updates-main group

chore(deps-dev): Bump release-it from 17.10.0 to 17.11.0 in the minor-deps-updates-main group #525

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: 🧪 Run Tests
run: npm test