Skip to content

build(deps): bump postcss from 8.4.16 to 8.4.31 #4

build(deps): bump postcss from 8.4.16 to 8.4.31

build(deps): bump postcss from 8.4.16 to 8.4.31 #4

Workflow file for this run

name: 🔨 Build
on:
push:
branches:
- master
tags:
- v*
pull_request:
branches:
- master
jobs:
build:
name: App
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Build App
run: |
yarn install --frozen-lockfile
yarn build