Skip to content

Bump postcss from 8.4.18 to 8.4.31 #22

Bump postcss from 8.4.18 to 8.4.31

Bump postcss from 8.4.18 to 8.4.31 #22

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: dist
path: ./dist/
retention-days: 1