Skip to content

Bump postcss from 8.4.19 to 8.4.31 (#43) #102

Bump postcss from 8.4.19 to 8.4.31 (#43)

Bump postcss from 8.4.19 to 8.4.31 (#43) #102

Workflow file for this run

name: Run tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "13.x"
- run: npm install
- run: npm run test
- run: npm run build