Skip to content

chore(deps): bump postcss from 8.5.20 to 8.5.26 #21

chore(deps): bump postcss from 8.5.20 to 8.5.26

chore(deps): bump postcss from 8.5.20 to 8.5.26 #21

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run check
- run: npm audit
- run: npm run pack:check
- run: npm run smoke:packages
website:
runs-on: ubuntu-latest
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 20
cache: npm
cache-dependency-path: website/package-lock.json
- run: npm ci
- run: npm run build
- run: npm audit