Skip to content

Bump postcss from 8.4.13 to 8.4.31 #83

Bump postcss from 8.4.13 to 8.4.31

Bump postcss from 8.4.13 to 8.4.31 #83

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run build