Skip to content

chore(deps): bump postcss from 8.4.27 to 8.4.31 #11

chore(deps): bump postcss from 8.4.27 to 8.4.31

chore(deps): bump postcss from 8.4.27 to 8.4.31 #11

Workflow file for this run

name: Lint, Build or Tests
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: yarn
- name: Unit Tests
run: yarn test