Skip to content

Bump postcss from 8.4.21 to 8.4.47 #34

Bump postcss from 8.4.21 to 8.4.47

Bump postcss from 8.4.21 to 8.4.47 #34

Workflow file for this run

name: tests
on:
pull_request:
jobs:
build-test:
name: Building app and run our tests
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v2
- name: Install dependencies.
run: npm ci
- name: Run tests.
run: npm test