Skip to content

fix(deps): update dependency postcss to v8.4.45 #1441

fix(deps): update dependency postcss to v8.4.45

fix(deps): update dependency postcss to v8.4.45 #1441

Workflow file for this run

name: run tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run tailwind
- run: npm test