Skip to content

chore(deps-dev): bump postcss-cli from 10.1.0 to 11.0.0 #104

chore(deps-dev): bump postcss-cli from 10.1.0 to 11.0.0

chore(deps-dev): bump postcss-cli from 10.1.0 to 11.0.0 #104

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm i
- run: npm test