Skip to content

Bump postcss from 8.4.19 to 8.5.6 #109

Bump postcss from 8.4.19 to 8.5.6

Bump postcss from 8.4.19 to 8.5.6 #109

Workflow file for this run

name: Node CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: make install
- name: Run linter
run: make lint
- name: Run tests
run: make test