Skip to content

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 #87

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

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 #87

Workflow file for this run

name: "Unit Tests"
on: [push]
jobs:
build:
name: "Unit Tests on Ubuntu"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm install
- run: npm test