Skip to content

Bump postcss from 8.4.12 to 8.4.31 #126

Bump postcss from 8.4.12 to 8.4.31

Bump postcss from 8.4.12 to 8.4.31 #126

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Need all tags to get a version number in-between tags
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn build-lib
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: HEADLESS=1 yarn test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint