Skip to content

chore(deps): bump postcss from 8.4.14 to 8.4.33 in /hedgehog-docs (#236) #1039

chore(deps): bump postcss from 8.4.14 to 8.4.33 in /hedgehog-docs (#236)

chore(deps): bump postcss from 8.4.14 to 8.4.33 in /hedgehog-docs (#236) #1039

Workflow file for this run

name: CI runner
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Dependencies
run: |
yarn
- name: Build
run: yarn build
env:
CI: true