Skip to content

Bump postcss from 8.4.28 to 8.4.31 #2

Bump postcss from 8.4.28 to 8.4.31

Bump postcss from 8.4.28 to 8.4.31 #2

Workflow file for this run

name: test
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Test
run: npm test