Skip to content

Bump postcss from 8.4.24 to 8.4.27 #656

Bump postcss from 8.4.24 to 8.4.27

Bump postcss from 8.4.24 to 8.4.27 #656

Workflow file for this run

name: Build and deploy to gh-pages
on: push
jobs:
build:
name: Build using node ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install
- run: npm run build
- uses: JamesIves/[email protected]
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == 18
name: Deploy to gh-pages
with:
branch: gh-pages
folder: dist
single-commit: true