Skip to content

chore(deps-dev): Bump the minor-deps-updates-main group with 2 updates #515

chore(deps-dev): Bump the minor-deps-updates-main group with 2 updates

chore(deps-dev): Bump the minor-deps-updates-main group with 2 updates #515

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