Skip to content

chore(deps-dev): Bump eslint from 9.15.0 to 9.16.0 in the minor-deps-updates-main group #925

chore(deps-dev): Bump eslint from 9.15.0 to 9.16.0 in the minor-deps-updates-main group

chore(deps-dev): Bump eslint from 9.15.0 to 9.16.0 in the minor-deps-updates-main group #925

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- name: ⬇️ Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 📦 Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: 🐢 Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- name: ⬇️ Install Dependencies
run: pnpm install
- name: 🏗️ Build
run: pnpm run build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
with:
run: npm test