Skip to content

Bump postcss from 8.4.26 to 8.4.31 #158

Bump postcss from 8.4.26 to 8.4.31

Bump postcss from 8.4.26 to 8.4.31 #158

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test
- run: npm run build --if-present
env:
CI: true