Skip to content

chore(deps): bump picomatch in the npm_and_yarn group across 1 directory #1055

chore(deps): bump picomatch in the npm_and_yarn group across 1 directory

chore(deps): bump picomatch in the npm_and_yarn group across 1 directory #1055

Workflow file for this run

name: 🧪 Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
name: 🧪 Build and Test
steps:
- uses: actions/checkout@v6
- name: 📦 Enable Corepack
run: corepack enable
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'yarn'
- name: 📦 Install dependencies
run: yarn install --immutable
- name: 🏗️ Build app
run: yarn build
- name: 🧪 Tests
run: yarn test:coverage
- name: 📊 Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true