Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Build(deps-dev): Bump postcss from 8.4.20 to 8.4.39 #169

Build(deps-dev): Bump postcss from 8.4.20 to 8.4.39

Build(deps-dev): Bump postcss from 8.4.20 to 8.4.39 #169

Workflow file for this run

name: test-and-lint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [17.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'
- run: npm ci
- run: npm run build
- run: npm test