Skip to content

chore(deps-dev): bump postcss from 8.4.30 to 8.4.32 #1555

chore(deps-dev): bump postcss from 8.4.30 to 8.4.32

chore(deps-dev): bump postcss from 8.4.30 to 8.4.32 #1555

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm test