Skip to content

chore(deps-dev): bump vite from 5.2.13 to 5.4.6 in /benchmark in the npm_and_yarn group across 1 directory #1176

chore(deps-dev): bump vite from 5.2.13 to 5.4.6 in /benchmark in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 5.2.13 to 5.4.6 in /benchmark in the npm_and_yarn group across 1 directory #1176

Workflow file for this run

name: '🍎 CI — Coverage'
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
osx:
runs-on: macos-latest
timeout-minutes: 5
strategy:
fail-fast: false
name: macOS
steps:
- name: ➕ Actions - Checkout
uses: actions/checkout@v4
- name: ➕ Cache dependencies
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-osx-${{ hashFiles('package-lock.json') }}
restore-keys: npm-osx-
- name: ➕ Actions - Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: 📦 Installing Dependencies
run: npm ci
- name: 🧪 Checking for Coverage
run: npm run test:c8
- name: ☔️ Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: osx
name: codecov-umbrella-osx