Skip to content

Bump postcss from 8.4.23 to 8.4.31 (#590) #1286

Bump postcss from 8.4.23 to 8.4.31 (#590)

Bump postcss from 8.4.23 to 8.4.31 (#590) #1286

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn
- run: yarn lint
- run: yarn build