Skip to content

chore(deps): bump postcss from 8.4.14 to 8.4.33 #11

chore(deps): bump postcss from 8.4.14 to 8.4.33

chore(deps): bump postcss from 8.4.14 to 8.4.33 #11

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: yarn-cache
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Test and build the library
run: |
yarn
yarn test run & yarn prepack