Skip to content

chore(deps-dev): bump postcss from 8.4.20 to 8.4.31 #118

chore(deps-dev): bump postcss from 8.4.20 to 8.4.31

chore(deps-dev): bump postcss from 8.4.20 to 8.4.31 #118

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- '**'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- run: npm ci
- run: npm run lint
- run: npm run test.ci
- run: npm run build