Skip to content

chore(deps-dev): bump postcss from 8.4.27 to 8.4.28 #397

chore(deps-dev): bump postcss from 8.4.27 to 8.4.28

chore(deps-dev): bump postcss from 8.4.27 to 8.4.28 #397

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install and Build πŸ”§
run: |
npm install
npm run build
- name: Lighthouse
run: |
npm install -g @lhci/cli@0.8.x
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}