Skip to content

Bump postcss from 8.4.21 to 8.4.31 #1547

Bump postcss from 8.4.21 to 8.4.31

Bump postcss from 8.4.21 to 8.4.31 #1547

Workflow file for this run

name: Test builds
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16', '17']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- run: npm ci
- run: npm run build
- run: npm run build:simple