Skip to content

Bump postcss from 8.4.25 to 8.4.31 #28

Bump postcss from 8.4.25 to 8.4.31

Bump postcss from 8.4.25 to 8.4.31 #28

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['latest', 'lts/*', 'lts/-1']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: yarn build
- run: yarn test