Skip to content

Bump postcss from 8.4.26 to 8.4.31 #12

Bump postcss from 8.4.26 to 8.4.31

Bump postcss from 8.4.26 to 8.4.31 #12

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
- dev
workflow_dispatch:
jobs:
test:
strategy:
matrix:
node-version: [18]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run test