Skip to content

build(deps-dev): bump postcss from 8.4.38 to 8.4.39 #1772

build(deps-dev): bump postcss from 8.4.38 to 8.4.39

build(deps-dev): bump postcss from 8.4.38 to 8.4.39 #1772

Workflow file for this run

name: CI Build
on:
pull_request: {}
push:
branches:
- master
tags:
- v*
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 16.x
- run: yarn
- run: yarn test
automerge:
needs: [test]
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}