Skip to content

Bump postcss, autoprefixer, css-loader and next #737

Bump postcss, autoprefixer, css-loader and next

Bump postcss, autoprefixer, css-loader and next #737

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the matchbox, icons, and tokens
name: Libby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:libby