Skip to content

Bump postcss from 8.4.23 to 8.4.31 #269

Bump postcss from 8.4.23 to 8.4.31

Bump postcss from 8.4.23 to 8.4.31 #269

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Lint Test and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "18"
- run: yarn install
- run: yarn eslint
- run: yarn test
- run: yarn build