Skip to content

Bump postcss from 8.4.32 to 8.4.36 #34

Bump postcss from 8.4.32 to 8.4.36

Bump postcss from 8.4.32 to 8.4.36 #34

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v20.5.0
uses: actions/setup-node@v1
with:
node-version: '20.5.0'
- run: yarn install
- run: yarn run test