Skip to content

build(deps): bump postcss and next #53

build(deps): bump postcss and next

build(deps): bump postcss and next #53

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
check_pr:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
# TODO: Use CLI guess.