Skip to content

build(deps-dev): bump cssnano from 6.0.1 to 7.0.6 #784

build(deps-dev): bump cssnano from 6.0.1 to 7.0.6

build(deps-dev): bump cssnano from 6.0.1 to 7.0.6 #784

Workflow file for this run

name: Unit Testing
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm test